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

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

I am solving up to 1400 rating problem continuously but my rating around 1000. what I do to improve my rating please guide me. Thank you!

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

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

Auto comment: topic has been updated by Sumit_Tiwari (previous revision, new revision, compare).

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

I was also stuck in the same situation but somehow I managed to comeout of that rating range, you just need to solve the problems of your_rating and also just above that level

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

i have the same situation i am solving 1300 and 1400,but one thing to up your rating is SOLVING THE PROBLEMS OF CONTEST AFTER ENDING. It is really important because it will improve your skills and you will know more than just skipping it after fail

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

Virtual contests. It's what you need and you almost never tried. Try this one and you'll improve your rating. (I'm not 1600+, but i broke my personal rating border by doing this)

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

A couple of questions: are you using the editorial to solve those 1400 problems? If so, then would you be able to solve a similar problem if it appears in a future contest? Are you practicing solving under time pressure?

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

For your profile, I won't agree that it is stuck. You had just started months ago, and CodeForces problems are no cakewalk. They accept solutions after running them through good amount and quality of testcases, which catches most of failing (verdicts like WA/RE), almost passing and even passing but slower than expected (TLE verdict). I had been in your situation, if you look at my graph, you may feel that my peak isn't up to the average profiles that have this time span of attending contests. I know my reasons (not upsolving enough, yet to study several advanced topics, and sometimes just losing on mistakes).

I would keep it short and suggest that take your time in building the expertise and find out what works best to boost your performance. You can refer the other such existing blogs too, and welcome to the sport of CP.

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

TRY CSES PROBLEMSET, SOLVE SORTING,SEARCHING,GREEDY,MATHS ETC

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

Depends on what 1400 tasks you are solving.There is a huge difference between the new and old ones.Old ones a much easier and currently would be 1000-1100 rating

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

i dont think that im the right person to give you any advice, but, i have been there.

one advice i can give is, stop complaining and stop self doubt. Excelling at CP has alot to do with overthinking that too in a negative way. Stop overthinking, stop analysing this much. Just make your heat map as green as possible.

  1. give all contests (something even i failed to do)
  2. practice virtual contests (eductional will be great) + upsolve
  3. use themeCP, a great resource for contest practice
  4. move to next rating range once you get comfortable in it (50 questions is a good bar)
  5. your indivisual practice has to be a mix of point 2, 3 and 4

make your codeforces as dark green as possible and enjoy this

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

You don't have to increase the difficulty of your training, just be sure that the problems you solve currently can be done by you (without looking at the editorial) under a good time, like 30 mins or 1hr maximum. So just be fast, and make sure to master binary search and greedy as well as basic number theory and solve many game theory questions and basic bitwise operations things.