Closed NayakPenguin closed 1 month ago
Hi @Nayaker I am interested to work this issue.
Amazing @priyam-03, I am assigning this issue to you.
@priyam-03 any update on this??
I will complete by tomorrow.
@NayakPenguin It seems this issue still exists, if its relevant still can I start working on it?
@PRIZZA21, thank you for your interest! However, this issue has been closed. Please feel free to explore new issues or create any you come across on the website.
The issue is to calculate the codeforces rating of a leetcode problem based on various factors such as
Firstly find the bracket the total accepted count lies in. Now in this bracket apply polynomialic funtions. In the below example we have 11020 total number of users solving problem A, hence here the bracket becomes: (min : [600, 1500], max : [900, 10000]).
Now user the other mentioned factors to predict the real rating of the problem.
Other problem brackets