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

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

Hello codeforces!

I recently began to notice that my rating began to drop significantly. I couldn't even solve 2 problems from yesterday's Division 2, although the number of people who solved B or C exceeded 18,000!

This is already the 4th contest where I have lost my rating. This won't do anymore. My goal is to reach a rating of 1200 before the summer.

Can anyone tell me what topics, and in general, what should I do in order to reach a pupil in such a time?

Thank you in advance and wish you all the BEST!

Plus, I want to continue blogging about my progress in CP:)

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

»
2 года назад, скрыть # |
Rev. 2  
Проголосовать: нравится +19 Проголосовать: не нравится

List of topics needed to reach pupil:

  1. 8th grade math
  2. That's all.
»
2 года назад, скрыть # |
 
Проголосовать: нравится +9 Проголосовать: не нравится

Practice. D2A/B often don't need more than some neat observations. Perhaps binary search will be useful, but std::set will usually suffice.

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

cry

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

Codeforces does not improve your programming skills if you're just starting out. I would suggest to get a good grip over language (C++ say) and understand fundamental algorithms (specifically greedy, number theory, dynamic programming, divide and conquer). Also, dont forget to 'upsolve' problems of a contest which you feel you can solve but couldn't during the contest.

PS: I was thinking of creating a blog for beginner CPers. Let me know if I should.

  • »
    »
    2 года назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    You really shouldn't — there are already $$$10^{37}$$$ blogs out there on this topic, and beginners would benefit more from actually solving problems rather than another "how to practice" blog.

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

If you train more, you'll grow up. I wish you good luck.