Overview of LeetCode Problem Rating Project
mainThe LeetCode Problem Rating Project provides a frontend interface to view the difficulty ratings of LeetCode contest problems. These ratings are calculated using the Elo rating system and Maximum Likelihood Estimation (MLE) based on contest performance data.
Key details:
- Deployment: The frontend is available at https://zerotrac.github.io/leetcode_problem_rating/.
- Data Source: Ratings are derived from web crawlers. Due to API variations, problems from the 1st to 62nd weekly contests are not included.
- Raw Data: A text file containing the raw data sorted in descending order is maintained at
ratings.txtand is updated weekly after contests.