zerotrac / leetcode_problem_rating

Self-calculated rating of problems in leetcode weekly/biweekly contests.
MIT License
463 stars 38 forks source link
leetcode

Leetcode Problem Rating Project

img

LeetCode user zerotrac2

Introduction

This frontend project has been deployed to Github Pages.

The corresponding backend calculates the rating of the problems in leetcode weekly/biweekly contests based on Elo rating system as well as Maximum likelihood estimation. It is not a 100% accurate result, but sufficient for evaluating the relative difficulty of a problem.

All the data needed during calculation are obtained by web crawlers. In order not to violate any potential terms and regulations, I will NOT open-source the backend code. Moreover, as the APIs are different amongst contests, the result does not contain the problems in 1st-62nd weekly contests.

Please refer to ratings.txt for the raw data sorted in descending order. This will be updated every week after the contest(s).

Related Projects