zerotrac / leetcode_problem_rating

Self-calculated rating of problems in leetcode weekly/biweekly contests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • LeetCodeRating. A Chrome plugin which displays the problem ratings on offical LeetCode website. Currently, it is only available on LeetCode-China site.

  • refined-leetcode. A Chrome extension which integrates serveral projects and enchances the user experience. It contains features like timer, blocklist, user ratings prediction and problem ratings display. Currently, it is only available on LeetCode-China site.

About

Self-calculated rating of problems in leetcode weekly/biweekly contests.

License:MIT License


Languages

Language:Vue 65.7%Language:TypeScript 15.7%Language:Python 7.3%Language:JavaScript 6.5%Language:HTML 4.8%