chilliagon's blog

By chilliagon, history, 3 years ago, In English

Hello everyone! I was wondering what algorithms should we start learning first , now that school exams are over I am planning to practice and learn more!
Thanks in advance!
Sorry for my bad english!

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

| Write comment?
»
3 years ago, # |
  Vote: I like it +3 Vote: I do not like it

I recommend learning prefix sums, binary search the answer and two pointers. Then brute force algos like bitmasking, meet in the middle and recursion etc. Then basic dp, math and number theory algos including combinatorics.