SHADOW088's blog

By SHADOW088, history, 2 months ago, In English

I've been trying to improve on Codeforces, and I'm currently aiming to solve 1500-rated problems. However, whenever I read the problem statements of some 1600-rated questions, I feel completely lost.

What concepts or implementation skills should I focus on to bridge this gap and make consistent progress? I'd love to hear your thoughts, advice, or personal experiences!

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +16 Vote: I do not like it

intuition :)

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Any tips on how to build it? I know practice is key, but what kind of practice should I focus on? Like, what specific topics or types of problems would help in building intuition?

    • »
      »
      »
      2 months ago, # ^ |
        Vote: I like it +3 Vote: I do not like it

      Just practice random problems :\

»
2 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

There is not really any knowledge or special skills you need for 1500 rated problems, just reasoning and thinking. Maybe binary search and prefix sums. Just keep practicing.

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

practice, but if you wanna to know

can be greedy and implementation

(but you can search about binary search, dp, grapth, stack, windows sliders, basic geometry, etc for a complement)

»
2 months ago, # |
  Vote: I like it +1 Vote: I do not like it

So .. Just practice ,practice and practice huh:).