Блог пользователя dmvr1205

Автор dmvr1205, история, 4 года назад, По-английски

Hii All! I am practicing for 3 months on the codeforces and still I am unable to solve B and C problems in running Div2 contests, what data structures and algorithms should I learn for becoming able to solve B and C problems or especially for C. Sorry for my bad English, this is not my first language.

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

You don't need to know data structures and algorithms for B and C. I'd suggest doing virtual contests if you don't like the traditional way of practicing

»
4 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Simple ones like binary search and prefix sums might be useful sometimes.

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I think you should practice more until you can solve B easily and fast (under 30 mins). Then you can start doing virtual contest for under-pressure-practicing.

If you find a problem is good and can be applied many times. You can do it 3 times

  • First time is for understanding problem + editorial

  • Second time is for doing it + high-ranker's code

  • Third time is for doing faster + search for more problems similiar to it

»
4 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

I would suggest to practice the ladders of a2oj according to your rating range

Also check out E869120's tutorial to practice competitive programming, i found that very helpful!