rudradesai200/CFViewer

Bug removal -- Problem suggestor is suggesting already solved problems

gpk2000 opened this issue · 4 comments

Bug removal -- Problem suggestor is suggesting already solved problems

Hii, can you please share some more details? A screenshot would help more.

Hii, I have checked the code again. It is not possible that the suggestor is suggesting the solved problems, because, I have specially excluded them from the suggestion list. You can check it yourself here.

for x in prbnames:
prbs.exclude(name=x)
. And if you still think that this is an issue, Please attach some more details here. For now, I am closing this issue!

I am using Codeforces APIs to provide these recommendations, but sometimes, if the same problem is present in div2 and div1, they may have different problem ids even if they are the same. This can be the major source of error which cannot be eliminated.