Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

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

Can someone give some suggestion , caught in 1400 — 1500 rating range

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

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

What do you do when you can't solve a problem in a contest? Do you try to upsolve afterwards? How? How long do you try?

Are there any topics you regularily have problems with? which are they?

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

    I try to upsolve atleast one problem I am kind of aware of most of the topics in this range but sometimes I can't get the idea or I am not fast enough especially in constructive probs

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

      a) On average how long do you try to solve such "constructive" problems before you read the tutorial / look for hints / ask someone?

      b) If you don't come up with the solution by yourself, do you at least try to implement it after reading the tutorial?

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  • Practice more problems and read tutorials.

  • Take part in more contests.

  • Find a friend to learn together.

  • Go and learn Binary Search!

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

solve C-D div 2

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

You're caught in 1400-1500 means you can solve A,B easily & C takes time,can't solve D. To be an expert,You need to solve D.So try to solve 100+ D & do virtual contest regularly & upsolve D after contest regularly.

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

I was stuck in the 1500-1600 rating range for quite a long time. I used to "solve" 1900+ rated problems still my rating didn't increase. Then I changed my practising technique. Instead of "solving" 1900+ problems I started solving 1700 rated problems. Then I increased it to 1800 problems and so on. I increased when I found a rating range too easy for me. Since then my rating started increasing. What was the reason behind it? Before I changed my technique I really wasn't solving 1900+ rated problems. They were too difficult for me. I could solve some problems. But most of the time I used to get stuck in a problem for quite a long time. Then I would read the editorial, and then "solve" it. So My suggestion would be to solve problems that are difficult for you but not too difficult so that you can solve most of the problems without reading editorials.