- A competitive programming guide web app that suggests codeforces problems.
- 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.
- 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.
- Enter problem tags (optional)
-
Enter base round (optional)
- For https://codeforces.com/contest/1573 base round is 1573
- All the problems having base round greater than the above value will be considered for the result
-
Enter the number of problems you want in the result (optional)
-
Enter minimum rating of problems you want in the result (optional)
-
Enter maximum rating of problems you want in the result (optional)
-
Click on generate list button
-
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.
- These results are liable to change as the above mentioned handles can solve more problems.








