https://github.com/hitarth-gg/codeforces-explorer
Search Users / Problems and sort the data.
https://github.com/hitarth-gg/codeforces-explorer
codeforces codeforces-api codeforces-explorer codeforces-tool codeforces-users radix-ui reactjs redux
Last synced: 10 months ago
JSON representation
Search Users / Problems and sort the data.
- Host: GitHub
- URL: https://github.com/hitarth-gg/codeforces-explorer
- Owner: hitarth-gg
- Created: 2024-05-24T16:40:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-11T13:19:14.000Z (about 1 year ago)
- Last Synced: 2025-03-25T19:48:40.834Z (11 months ago)
- Topics: codeforces, codeforces-api, codeforces-explorer, codeforces-tool, codeforces-users, radix-ui, reactjs, redux
- Language: JavaScript
- Homepage: https://hitarth-gg.github.io/codeforces-explorer/
- Size: 8.84 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeforces Explorer
### For a codeforces user you can see:
- All the problems solved by them
- Correct Submissions made by them
- Skipped Submissions made by them
Sort data by the rating of the questions
- Clicking on a problem redirects you to the submission made by the user
- Clicking on the division redirects you to the problem on Codeforces
- Rating v/s Total number of problems solved chart
Questions Solved:

Sorting:

Pagination:

Rating v/s Total Number of Problems Solved:

### For a codeforces problem you can:
- See Correct submissions from the past 8,000 / 20,000 / 50,000 submissions.
- Sort correct submissions based on user ratings
- Filter correct submissions based on programming languages

## Quick Guide
##### Searching Usernames
e.g. : `tourist`, `Benq`
##### Searching Problems
Problems can be searched in two ways :
1. By using `contestId` and `problemIndex` (always works) : e.g. 1480/C or e.g. 1480/c
2. By using `URL` : supported url types are :
`https://codeforces.com/problemset/problem/1480/C`
`https://codeforces.com/contest/1977/problem/B`
##### Fetching more Solutions (deprecated)
To fetch more correct sumbissions of a problem change the value of `Submissions to Fetch` in `Settings > Values` from `8000` to a **higher value**, doing so will increase the time taken to fetch the data.
# Extension Support:
https://github.com/hitarth-gg/codeforces-explorer-extension

