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

Автор suryansh1706, 36 часов назад, По-английски

Ever happened that you gave a contest so bad that you didn't even want to upsolve problems and you just leave the contest and decide to retire in peace?

For me, it happens a lot, and those questions never get upsolved. That's why I created this website which gives me a list of problems that I haven't upsolved and ta-da now I can revisit those problems and learn from them.

How am I filtering these problems?

  1. Fetch all the official contests you participated in last 6 months (who even cares before that).

  2. In those contests, find all unsolved problems whose rating lies <= (peak rating + 200).

  3. Skip problems whose rating isn't defined as of now.

WEBSITE : https://go-upsolving.vercel.app/

Note: It might take 5-10s to load since Codeforces has a rate limiter which doesn't allow too many API calls at once.

Suggestions are welcome!

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

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

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

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

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

»
18 часов назад, скрыть # |
Rev. 3  
Проголосовать: нравится 0 Проголосовать: не нравится

Thankyou !! I hope u reach Specialist soon

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

yo local man thanks you

»
17 часов назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

you can practice topic wise atcoder and difficulty wise sorting on this website to get better in future.

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

Great idea and implementation, but you should add a feature to stop showing tags on problems.

And maybe in future let the user customize the range for unsolved problems.