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?
Fetch all the official contests you participated in last 6 months (who even cares before that).
In those contests, find all unsolved problems whose rating lies <= (peak rating + 200).
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!









Auto comment: topic has been updated by suryansh1706 (previous revision, new revision, compare).
Auto comment: topic has been updated by suryansh1706 (previous revision, new revision, compare).
Thankyou !! I hope u reach Specialist soon
thanks a lot bro!
bro u are like motivation for me 85 contests que solved at good amount till 1700 whats stopping u from hitting specialist or expert i want to ask some mistakes u did in you journey if u consider any it might help me
to be very honest I couldn't think of a single thing that I wish I could've done differently, it's just one of those things where I didn't see the results I expected and i try not to get too attached with ratings, I like doing CP and I hope corporate don't make me stop doing it.
I've seen people with less contests and less questions solved reaching specialist, that too among my friends that started after me, but it's okay I do it because I like doing it. Although I would be lying if I say ratings don't affect me, few good contests consecutively and I'll be a specialist.
Yeah man you will make it I am rooting for u specialist soon
yo local man thanks you
you can practice topic wise atcoder and difficulty wise sorting on this website to get better in future.
thanks I'll look into it.
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.
Hey, thanks for the suggestions. I'll try to implement this!