Блог пользователя so_locoder

Автор so_locoder, история, 4 часа назад, По-английски

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!

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
3 часа назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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 !