Vedkribhu's blog

By Vedkribhu, history, 4 years ago, In English

Should I upsolve problems with rating much higher than my current rating? Example my rating is 1600 should I upsolve 2200+ rated problems?

  • Vote: I like it
  • +13
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it -14 Vote: I do not like it

YES! upsolving higher rated probs teaches several new concepts. So for learning, +500-700 would be great. You might not be able to solve on your own, but can learn a lot from editorials, others' solns.

»
4 years ago, # |
Rev. 3   Vote: I like it +8 Vote: I do not like it

Yes, it is a good idea, but must also account for time — usually 2200 problems are E problems on Div. 2 contests, and you must first be able to solve A, B, C, and D and still have enough time for E in the end.

TLDR: Yes and no, depending on your situation.

Edit — unless you don't want to solve all of A, B, C, D, then you don't have to account for time as much. It's just that most people prefer to start from A and work to the end.

»
4 years ago, # |
  Vote: I like it +9 Vote: I do not like it

In my opinion, not that high. Maybe 1900-2000 rated problems should be ok for you.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    That was my strategy till now. I was doing everything below 2100 but nothing above. It was easier for me.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +6 Vote: I do not like it

      You still have only 9 solved problems rated [1900-2000]. You need to solve more to improve.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    2000 rated problem still needs me editorial sometimes. And I am at rating 1724 with max rating 1850. I don't know why.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      You still have participated in fairly few contests and have a better headstart than I had (I reached expert on my 18th contest and CM on my 38th). Be patient, participate in more contests and your rating will surely increase.

      • »
        »
        »
        »
        4 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Yes, I hope. What would I do? I am currently upsolving in 1700-2000 range.

»
4 years ago, # |
  Vote: I like it +8 Vote: I do not like it

I think it's better to solve problems a bit harder than your rating but not a lot harder. If you can solve 2200+ rated problems, then go ahead with upsolving. But otherwise, it's better to do about 2000 rated problems for a challenge.

You could also takes some hints from the editorial or tags for helping to solve the problem.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks for advice I will continue my current method by upsolving till 2100.

»
4 years ago, # |
  Vote: I like it +45 Vote: I do not like it

Some problems have a high rating because they require specific technical knowledge. Some advanced tree problems are rated 3000 but aren't so difficult if you have a background understanding of standard techniques like heavy-light decomposition or centroid decomposition. Or a problem might be rated 2000 only because it requires using max flow, but isn't very logically complex if you have max flow available as a black box. For such problems it's completely fine to spend a couple of days understanding the established theory and adding it to your toolbox.

Other problems have a high rating while being purely ad hoc. Even if you read the editorial, you'll probably not be able to understand why the approach used should be in any way natural or intuitive. You'll just be stuck with the feeling of "how did they come up with that?" It's probably better to do easier ad hoc problems as stepping stones with the goal of working your way up to harder and harder problems.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thnx man that settles the issue once and for all.

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

Idk if it's the best way but I usually upsolve questions only upto 200 rating above my rating or if I gave a lot of time to it during contest and really liked the question. Also I think the ratings of the questions in div3 are a bit inflated (eg. Cyclic Shifts Sorting which has 2400 rating), so I also keep that in mind while upsolving.