so_locoder's blog

By so_locoder, history, 4 hours ago, In English

hey everyone, i am a simple beginner competitive programmer from Asia. I am now in a confusion about learning new concepts and libraries. Should i learn those by topic wise or I should learn with problem category! Thanks in advance!

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
3 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

First of all learn basic topics ....like basics of arrays, strings etc

then basic algorithms like binary search, dfs, sorting, basic dynamic programming

and also solve problems on leetcode to learn basic algorithms

once you are done with basics of everything then solve more and more problems only ..... and implement the things

if you are not able to come up with the solution the see other's code or some video on Youtube

have patience and keep learning. Consistency is very important in CP. GOOD LUCK !