Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

[Script] Filter submissions status based on score

$
0
0

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.

Screenshot

The Github Repository can be found here .


Viewing all articles
Browse latest Browse all 39796

Trending Articles