I_lOVE_ROMAN's blog

By I_lOVE_ROMAN, history, 4 months ago, In English

In order to solve 1300-1600 rated problem,what kind of algo I need to be learned or those also like Div2 A/B,especially I am talking about Div2-c?

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

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

Before 1100 dont learn any dsa and algorithms. Improve your implementation skills and basic maths etc. At 1100 (means now u know how to implement your solution) u can start the basics of (dp,recurrsion and binary search) which can help u solve the div 2c sometimes. Give virtual contest div 3 and div 4 to improve speed.

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

Nowadays you rarely need a concrete algorithm for Div2C, learn DFS, BFS, DP and binary search, but most importantly practice newer Div2C problems.

»
4 months ago, # |
  Vote: I like it +18 Vote: I do not like it

U need the roblox algorithm