Skip to content

hitarth-gg/codeforces-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeForces Explorer

Deployed Website Links:

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

Questions Solved: image Sorting: image Pagination: image

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 image

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

For fetching more correct sumbissions of a problem change the value of Submissions to Fetch in Settings > Values from 8000 to a higher value. However this will increase the time taken to fetch the data.

Extension Support:

https://github.com/hitarth-gg/codeforces-explorer-extension image image