UnfilledDreams's blog

By UnfilledDreams, history, 7 years ago, In English

Guys i'm new in competitive programming can anybody suggest me the best learning sites for data structures and algorithms

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

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

One-fit-all best online learning cite: Google

  1. Add 'learning data structures and algorithms', 'data structures and algorithms', 'competitive programming tutorial' to learning list as start point.

  2. Pick some topics in you learning list.

  3. Google what you select and learn around it. If you see something interesting you can add it to your learning list.

  4. If you think you've learned enough from these topics then remove these topics from your learning list, else go to 3.

  5. If your learning queue is not empty and you are not quit or dead and Google is not dead then go to 2.

Tips:

  • Actually, you can learn almost anything you want through changing start point and maintaining multiple learning list.

  • Learning some searching algorithm(BFS/DFS/Pruning) and searching technology of Google first maybe a plus.

  • Good Materials/Well Designed Problems/Good Teachers and Partners/Brilliance help a lot. But your persistance and passion determines whether they help.