This repository provides a web application which can schedule your review on problem in Leetcode. Inspired by Anki, the review stradegy in this application is according to the difficulty of problem. The harder problem will appear more frequently in your schedule so that your practice can be more effeciently.
The demo website build on AWS: leetcode-scheduler(Not assure)
Demo Video: Demoe
-
Go Please install the library below
-
MySQL
- The DDL of the database is in the other/*.sql
- To import all the problem in leetcode, please see leetcode-parser
If you want to deploy the website by yourself, add the config file after clone this repository
config.json
{
"type": "mysql",
"endpoint": "mysql ipaddress",
"id": "mysql user name",
"password": "password",
"database": "leetcode_scheduler"
}
Also you can use the dockerfile after adding config.json file