LLawliet-'s blog

By LLawliet-, history, 2 hours ago, In English

What is the most important topics that i have to focus on to reach expert?

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

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

I don't know but lately it seems like codeforces likes to give out math and dynamic programming topics.

  • »
    »
    117 minutes ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    Thank you for your advice :)

»
103 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

Greedy algorithm and binary search.

»
94 minutes ago, # |
  Vote: I like it +3 Vote: I do not like it

Particularly DFS/BFS, bin search, dp, data structures, greedy and of course math. It is obvious that math here is the most important.

»
85 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

You can do some DP problems,and you need to improve your math skill too.

»
83 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Digit bitmask DP, Mergesort tree, lichao segment tree, segment tree beats and treaps are very important data structures you must know to get to 1600

  • »
    »
    76 minutes ago, # ^ |
      Vote: I like it +6 Vote: I do not like it

    You needn't learn these advanced topics to reach blue

    • »
      »
      »
      72 minutes ago, # ^ |
        Vote: I like it +5 Vote: I do not like it

      get to blue first, hardstuck cyan lol

      • »
        »
        »
        »
        67 minutes ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        wait bro i think the guy is right because this topics that you mentioned are more advanced than expert level

        but of course i will take your advice and learn about them :)

»
14 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

Basic data structures.