romanregins's blog

By romanregins, history, 11 months ago, In English

Hi Codeforces I really want to know 1) (How to jump as fast as possible from newbie range) Skills and Math Needed.

In General What's The Suggested Approach (I know It's not unique) to Become Expert and how to train (Resources and Good Plan)

Thank you

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
11 months ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Skills:

Middle school level algebra and number theory

Binary Search

Binary operations

Data structures (Map, Set, Queue, Stack, Etc)

DFS/BFS/Etc

Prefix Sum

Two Pointers

DP

I think this is most of it, might be missing one or two though.

Know how to combine aforementioned skills for a single solution and problem solve, and be fast.