hello from the other side i guesss.., i m starting this blog in order to trace my progress in coding.

I ve been coding for a time like since 11th but i didnt take it seriously, just studied that as a subject.

In college though things changed right, i started taking coding more seriously, i just like to work on my career yk

so i started coding last year in november, with java, it was a bit slow according to me, and i couldnt get the resources and there was just so much extra typing and i couldnt exactly figure out logics in that since i knew python 11th se i switched to python in march, it worked superb for me, i made some huge progress ngl (cleared google codejam qualifiers was a big deal to me ) , but then things went further south idk how ,  i switched to c++ in june.

my confidence graph went downwards. i switched to android for some time, then switched back to this , but i think this is all going to a moo point hence i want to track down my progress through blogs and refresh my memory about what i learnt today through blogs , i ll try to be as consistent as possible.

i ve started with a sheet that contains 355 questions to go i give myself time till january 15, that is 67 days

i ve no idea if this is a practical goal when learning but lets see where it leads ok?

ooh and also i learnt about wrtitng the permuations of a string and writing the subsequences of string which are two diff things .

i didnt know that ngl, its a simple logic , in order to write the perms we take three variables l ,r and string ofc 

we fix one character in everystep and swap the rest of the chars one by one wv;

in prinitng subsequences too we fix first char and print all the perms starting with that char;



Comments