Return a list of codeforces problems of specified ratings, that are unsolved by a group of users. Ideal for ensuring fairness when creating contests.
- Install required libraries using
pip install -r requirements.txt - 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
- Now run.
If you want to further filter by tags, you can do so in the resulting .xlsx file
Return a list of codeforces problems for specified divisions.
- Install required libraries using
pip install -r requirements.txt - In search_contest_probs.py:
- In main, update list of divs with the divs you want to consider
- Now run.
If you want to further filter by tags or difficulty, you can do so in the resulting .xlsx file