Practice problem list

Revision en1, by Banik1313, 2024-02-24 01:31:01

Hey..

I started attempting some contests.... Most of the times in Div. 2 contests...I get stuck at "C"......With the eerie feeling that..."I could have solved it!!!"

So I decided to start solving a lot of "C" questions from previous contests in order to become better at it...

I created some python scripts that uses the codeforces API to


- Get the Past contests based on div(i.e like Div. 2, Div. 3 etc.) - Then get all the specific indexed question from each contest(i.e. A,B,C,D etc.) - Sort them int the descending order of rating..(i.e. Higher rating at top) - Take the first 50 and shuffle it - Generate a clean **.csv** file with the problem links.

The scripts can be found HERE

Anyone with some more pointers on how improve....please feel free to comment..

Thanks

Tags github, improvement, practice, problemset, script, python

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Banik1313 2024-02-24 01:31:01 906 Initial revision (published)