Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
165 stars 99 forks source link

Make a Predictive Function to get the codeforces rating of a problem | Contest Analysis #169

Closed NayakPenguin closed 1 month ago

NayakPenguin commented 1 year ago
Screenshot 2023-10-18 at 9 53 59 PM

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]).

Screenshot 2023-10-18 at 9 59 48 PM

Now user the other mentioned factors to predict the real rating of the problem.

Other problem brackets

Screenshot 2023-10-18 at 10 10 05 PM Screenshot 2023-10-18 at 10 16 22 PM Screenshot 2023-10-18 at 10 18 10 PM
priyam-03 commented 1 year ago

Hi @Nayaker I am interested to work this issue.

NayakPenguin commented 1 year ago

Amazing @priyam-03, I am assigning this issue to you.

NayakPenguin commented 1 year ago

@priyam-03 any update on this??

priyam-03 commented 1 year ago

I will complete by tomorrow.

PRIZZA21 commented 1 month ago

@NayakPenguin It seems this issue still exists, if its relevant still can I start working on it?

NayakPenguin commented 1 month ago

@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.