[Script] Sort problems based on number of submissions in contests.

Revision en1, by Slow_But_Determined, 2018-11-16 21:14:46

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.com/gym/101954

The problem list should get sorted automatically based on the number of submissions.

Tags script, problem sort, contests

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Slow_But_Determined 2018-11-16 21:14:46 803 Initial revision (published)