Hello fellow coders,
As you all know, looking at the status (Time and Memory) of successful submissions gives a good hint about the expected Time/Memory complexity. But often there’s a lot of submissions of varying points and it gets annoying to manually filter through them and get an approximate. So, I wrote a script that filters the results according to the score that is needed.
INSTALLATION STEPS
- Install Tampermonkey for Chrome/ Greasemonkey for Firefox.
- Install the script from here:
USAGE
Go to submission status page of any problem such as:
https://www.codechef.com/LTIME59A/status/GCDDIV
There should be an added option of score, add the partial score you want to view and click go.
The Github Repository can be found here .
Note: The script fetches details from 3 pages by default, you can change it by changing the value of the numpages variable.