Skip to content

Harshit3211/CP-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CP Guide Web App

  • A competitive programming guide web app that suggests codeforces problems.

About

  • Suggests the problem based on the parameters provided like Tags, Ratings, Handles.
  • If the user has multiple handles then that is also handled.
  • On providing friends handles, the algorithm changes to find problems that the user has not done and provided friends have.
  • Made with React.js, Nodejs, Javascript, HTML and CSS.

User Interface

image

  • Enter your handle (you can enter multiple handles if you have multiple accounts)
    • Here just for example purposes, I have taken a case where there is a pseudo user who has tourist and um_nik as its handles.

image

  • Enter problem tags (optional)

image

  • Enter base round (optional)

image

  • Enter the number of problems you want in the result (optional)

    image

  • Enter minimum rating of problems you want in the result (optional)

    image

  • Enter maximum rating of problems you want in the result (optional)

    image

  • Click on generate list button

    image

Awesome feature

  • On providing friends handles, the algorithm changes to find problems that the user has not done and provided friends have.

    • So for the above query if you provide some random handle like lpf666 who has done Diameter of graph and Hemose shopping problem and as they are not done by the user they get displayed.
    • Here we get a msg also because we have queried for 4 questions but there are only 2 questions which meets the problem filtering criteria.

image

Note

  • These results are liable to change as the above mentioned handles can solve more problems.

About

A competitive programming guide web app that suggests codeforces problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors