killbox's blog

By killbox, history, 10 months ago, In English

Hello there people! I have been around this platform for almost a year and solved many 800-1100 rating problems, almost 40 of each rating. But I feel like it is not helping in intuition building and thinking ability. I am stuck on around 800 900 rating and the solution for the problems in the contest is not striking to me and eventually, I give up in contests. Even trying hard on some problem won't yield a solution many times. Kindly help me cross this and suggest what might be the bottleneck.

  • Vote: I like it
  • -21
  • Vote: I do not like it

»
10 months ago, # |
  Vote: I like it -19 Vote: I do not like it

We are experiencing the same. Text me in private you telegram handle. We work together

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

.

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

Personally, I believe that easy codeforces problems are not the best way to begin codeforces. Instead, try sites like usaco.org (start with doing bronze division) or other OI sites because their problems in my experience are more educational and have helped me more than codeforces problems. Also to learn you can do problems from usaco.guide. Though the order of the algorithms you learn and the type of problems are different, usaco bronze and silver problems are much easier to transition into for a beginner.

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

You have solved over 100 800 rating problems. I recommend you start solving problems you couldn't solve in contests B and C. Looking up the editorial is fine too. Also, I used this. To solve B faster in the contest, try solving STL and implementation problems on LeetCode and Codeforces.