Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

infj1's blog

By infj1, history, 4 weeks ago, In English

So recently i started doing competitive programming after a break. What I notice from practice or participation in a contest is that, I'm not able to solve B problem in div2 and C in div3 and finally C(sometimes) and D in div4. Are there any resources that contain the topics to solve these problems?

I felt bad for not solving a problem after taking a long time on it(especially div2 B). Could you guys suggest any tips and resources? Also as a newbie , should I spend a lot of time on a problem before looking at the editorial ?

Any suggestions would be helpful! Thanks

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

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

I am facing difficulty with the 1-3-5 problem; it's difficult to understand.

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

https://www.tle-eliminators.com/cp-sheet

This CP sheet might help, as it did help me to solve C in div3 and D in div 4. I've completed till 900 rated problems and currently solving 1000 rated problems.

I've read posts of other competitive programmers and they suggested to practice problems with rating ranged from (your rating)-200 to (your rating)+200. So you should practice till from 800-1300 rated as of now.

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Spend time as long as new ideas are coming, if you can't think of anything new read hints/ editorial line by line. If you can't solve B solve around 900-1200 rated problems randomly and B's from previous contests. For B you don't need to spend 1hr thinking about the idea so if it's taking too long just read and understand editorial and what you missed while thinking, Learn it and move on and train more.