Hello Everyone! I have made a web app Codeforces Upsolving Helper using Codeforces API.
Q. What Codeforces Upsolving Helper does ?
Compiles at one place all your Unsolved problems of Codeforces that you attempted (submitted their solution at least once) but could not get Accepted verdict.
The problems can be segregated by Index (i.e. A, B, C and so on) OR Problem Rating (i.e. Less than 1000, Between 1000 and 1200, and so on).
Moreover, in each section, they are sorted in increasing order of rating.
Recommends Unattempted Problems from Past Contests or All Problemset.
Team Mode for Team Upsolving Sessions.
Q. Why Codeforces Upsolving Helper?
Currently, on the Codeforces website, we could not see all our unsolved problems at once (only the latest 15 are visible at once), hence, this app works as a solution to this.
Thus it helps in / eases the process of finding old problems for up-solving.
It recommends problems from Past Contests or All Problemset according to your rating.
Q. What is Team Mode?
In Team Mode, you can enter handle(s) of your team members separated by comma(,) ( max. 5 handles ).
On pressing Enter, you will get the list of those problems of Codeforces which has been attempted by at least one member of your team but is solved by none.
Problem Recommender similar to Normal mode.
If your WHAT and WHY are satisfactorily answered, Check out the deployed app @ Codeforces Upsolving Helper and share with your mates.
PS: Glad to know that Codeforces Upsolving Helper has been included by Ashishgup in his blog ( Codeforces Data Scraping Websites ) having a list of such websites which he found useful.
Great Work Pirate_ksh. Just a small doubt, however, during contests of div1 and div2 happening simultaneously, the same problem gets repeated in both the contests with different problem codes. Codeforces somehow shows it in green, showing I have solved the problem in both the places. But the Upsolver shows it as yet to be unsolved. Anything that can be done regarding this?
Thankyou for feedback saran_1998. I will look into it and get back to you.
saran_1998 The issue has been RESOLVED. Thankyou for mentioning it.
Cool Pirate_ksh. Keep up the great work.
Definately :)
hey Pirate_ksh that was awesome.there are some problems on codeforces which are still unrated.so can u seaparate those from them which are rated.
Hey gol_en_05 , thankyou! Check out the new update. Now Problems can be segregated based on Problem Rating. Unrated problems are at the end. Let me know if this is what you were talking about or not.
yes.
Also, when the problems are segregated by index and in each section they are sorted by ratings if a problem is unrated.you can separate it from those which are rated.
DONE. Rated and Unrated Problems are now separated under respective headings in each section(when Problems are segregated by Index). This is what you meant gol_en_05, right?
yes.great work Pirate_ksh.
:)
nisiddharth Don't you think sometime still most awaited feature will be who added you as friend? Biggest "Exposed" operation and many users will loose friend that day.
BTW, Pirate_ksh great efforts, hope to see more from you.
Thankyou ashu12_chi :).
I don't think it would be supported by the CodeForces API. It is against privacy of the person who added the other as friend :D . Unless this friends feature was something two sided, like FB. (I didn't checked the API before commenting :D)
Obviously, that's why I write it is awaited, because it is not supported but supporting this would be fun.
Hmm :)
I suggest you to sort problems by difficulty. Problem letters are almost always meaningless.
UPD: IMPLEMENTED
CtrlAlt Thankyou for your suggestion! I will try to add this feature where problems are segregated by rating.
Great work Bro !
Thankyou Blazer_007! :)
Good job bro...Really helpful..!:)
Thankyou sharma2110 :)
Hello! Great app! I had a suggestion for improvement, if in addition to the unsolved problems in contest, if the next most difficult unsolved problem (for eg., if we solved ABC, D could be added) could be added from each participated contest, that would be better for upsolving.
Hello sharatsachin ! Glad you liked it. Thankyou for your feedback. Currently the website displays only those problems which are attempted but unsolved. About your suggestion
(for eg., if we solved ABC, D could be added)
, I want little clarification:CASE 1: In Contest #999,
* A, B and C solved (AC verdict) by user.
* D attempted but unsolved (could not get AC verdict).
* E, F, etc problems unattempted.
Now Problem D should be displayed for Contest #999 in the website as it is attempted but unsolved problem.
CASE 2: In Contest #999,
* A, B and C solved (AC verdict) by user.
* D, E, F, etc problems unattempted.
Now Problem D should be displayed Contest #999 in the website as it is next unattempted problem.
Note: Contest #999 is just taken as an example.
Please write back clarifying which of the above two cases were you talking about.
sharatsachin is probably talking about case 2. If not then I was also thinking to suggest case 2. It makes sense to consider the next "unsolved" problem, irrespective of any submission. And I guess case 1 is already a part of this app. Thanks Pirate_ksh for this upsolving helper, but the case 2 feature is must to have for this app.
Ok mr_robot11 ! I will try to add this feature as soon as I can. :)
sharatsachin and mr_robot11, Unattempted Problem Recommender has been implemented. Check it out and give feedback. :)
Sorry to inform you, but its not working. Example: Today I participated in Div 2 #657. Solved A & B. So the next unsolved will be C ( Problem: Choosing flowers). But I am not able to find it on upsolver. Please look into it.
mr_robot11 That was because I forgot to update the Locally Saved Problemset after Codeforces Round 657 (Div. 2) . Now C. Choosing flowers appears in Hard Category after entering your handle.
Also, even now you might not always get to see your most recent contest problem because in each category only atmost 10 problems are displayed at a time. If you want me to alter this setting, let me know.
Apart from this, any other suggestion in Recommender feature is also welcome!
@Pirate_ksh awesome website bro with an amazing UI. truly loved it.
Thankyou jhasaurav215 ! :)
Hey, I have a feature request. In Recommendations section I only see problems from the contests I participated. Since these are few, I have a very limited choice. It would be great to have a section similar to Recommendations, but with problems of similar difficulty from the whole problemset.
Other than that, it's a great tool, good job!
Hey ekaerovets! Glad you liked it. Thanks for your suggestion. I will try to implement it as soon as I can! :)
ekaerovets, now there is an option to choose between Recommended problems from Past Contests or random problems from All Problemset. Check it out and give your feed back. :)
Wow, now that's the tool I'm gonna use to plan my practice sessions! Good job, many thanks!
By the way, does the description of the groups (want to warmup / want to maintain rating / want to improve rating) has any underlying research data or there are more like colloquial names? I had a feeling that the chosen problems a bit harder than what description says (just a personal opinion)
ekaerovets No the descriptions are not based on any research data as such. I just came up with them.
Though I agree that problems are a bit harder according to description of that section.
May be I can change the descriptions like this —
- Easy -> Warmup
- Medium -> Maintain Rating
- Hard -> Improve Rating
- Extreme -> Adrenaline Rush and so on...
Tell me if these descriptions resonate better with the difficulty level of the problems of that section, I'll be happy to make changes.
Yes, I think the new descriptions will be more meaningful, though again I don't have any research data either)
Done :)
Just need few clarification about your app algo:
Hi raghavrambo007!
Query 1:
In recommender mode, do you show the first ...
Answer 1: In the example you gave in this Query, Problems E and F will be shown in Recommender(Past Contests) in their respective categories(Easy, Medium, etc) according to their problem ratings. Problem D will already be available in Unsolved Problem Section so it won't be repeated in Recommender Section.
Query 2:
And do you search the whole problemset ...
Answer 2: Yes, the whole problemset is searched. About the example in this Query, if Problem A is Unattempted, then yes it will be shown in Recommender Section.
Query 3:
And as you stated that you only show ...
Answer 3: Problems are sorted in increasing order of rating in each category. So, you can say easiest 10 problems (for that category) are shown in each category ( not necessarily latest 10).
Query 4:
And what is this unrated section in recommender mode?
Answer 4: These are the problems which do not have a rating assigned to them. For Eg: This Problem 1357E1 - Power of quantum Fourier transform
Thankyou for your suggestion of implementing next button. I'm on it.
Hello !
A gentle suggestion here. It would be great if the website somehow is able to distinguish between div2A, and div1A.
Example :
For me, problem 1 : https://codeforces.net/contest/169/problem/A And problem 2 : https://codeforces.net/contest/543/problem/A
Both come under A, and are unsolved, and are shown together. It would be nice, if you could somehow distinguish the two.
Otherwise, its good ! Great work !!
Hi ritesh1340! I understand the issue. This is why I created Segregate By Rating option. In this the problems will be differentiated by their rating. So, D1A and D2A won't be in same category.
Anyway, thankyou for suggestion. I will try to look into it and see if I can do something about it.
Again, Thankyou for appreciation. :)
Hi! Maybe I'm doing something wrong, but when I'm entering my handle this site is showing problems not for my account, but for my friend's account(?!) Can you please fix it?
FIXED That was really a strange bug. Thankyou for bringing it into notice NinevskiyKN. :)
Oh, thanks! And this is really useful web app)
Thankyou NinevskiyKN :)
Great Job Pirate_ksh. I have suggestion/request to u :-) — many times one could not attend the live contests and hence take part in virtual contests. It will be nice if u extend this functionality to virtual contests also. Btw its very helpful.
aditya99 Thankyou :)
About your suggestion, are you talking about implementing Recommended Problems from Past Virtual Contests of User or something else?
yes
Ok! Thankyou for suggestion! I will try to implement it :)
For me, under recommended problems and the past contests options, I solved https://codeforces.net/contest/1389/problem/B in contest and again out of contest, but it still appears.
davidSC I will look into it!
davidSC The issue has been FIXED !
It's not working.
Hey, yes. The website was hosted on Heroku and it has stopped providing free tier services, i.e. we cannot host apps for free now.
Unfortunately, currently I am busy with my work so I am not actively maintaining this.
Will try to find some other place to host it but no promises.
Meanwhile you can clone it and run the app locally so that you can continue using it.
Apologies for the inconvenience.