As it is ICPC practice season, we've been doing a lot virtual contests from gym. So, Here's a script that I made to sort problems of a contest in the order of number of submissions (which often translates to difficulty). This would help to choose a contest with smooth gradient and also quickly identify the next problem that should be solved during the contest.
INSTALLATION STEPS
- Install Tampermonkey for Chrome/ Greasemonkey for Firefox.
- Install the script from here.
USAGE
Go to any contest page such as:
http://codeforces.net/gym/101954
The problem list should get sorted automatically based on the number of submissions.
This is very useful! Thank you
Pleasure! :)