Chishti123's blog

By Chishti123, history, 4 hours ago, In English

What topics should be covered to solve problem C in DIV2 ? Please provide me with suggestions .

  • Vote: I like it
  • -4
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Chishti123 (previous revision, new revision, compare).

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

I think that A-C test IQ for the most part. C doesn't fully test IQ, though, so you can definitely improve, but perhaps not so much. Maybe just solve a bunch of past C's.

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it
  • Math
  • Greedy
  • number theory
  • constructive algos
  • Binary search / two pointers
  • prefix sum
  • bitwise operations
  • basic combinatorics
  • basic graph (DFS,BFS)
  • dp (rare to find)