Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CF_ProblemFetcher

Search Unsolved Problems for a list of Users

Return a list of codeforces problems of specified ratings, that are unsolved by a group of users. Ideal for ensuring fairness when creating contests.

How to Use

  1. Install required libraries using pip install -r requirements.txt
  2. In search_unsolved.py:
    • In main, update list of users with your list of users (codeforces handles)
    • In main, update ratings list to contain the problem ratings you want to filter by
  3. Now run.

Tip

If you want to further filter by tags, you can do so in the resulting .xlsx file

Search Problems by Division

Return a list of codeforces problems for specified divisions.

How to Use

  1. Install required libraries using pip install -r requirements.txt
  2. In search_contest_probs.py:
    • In main, update list of divs with the divs you want to consider
  3. Now run.

Tip

If you want to further filter by tags or difficulty, you can do so in the resulting .xlsx file

About

Return a list of codeforces problems of specified ratings, that are unsolved by a group of users. Ideal for ensuring fairness when creating contests.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages