Skip to content

Chen33D17017/leetcode-scheduler

Repository files navigation

Leetcode Scheduler

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.

Demo

The demo website build on AWS: leetcode-scheduler(Not assure)

Demo Video: Demoe

Requirement

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

About

leetcode scheduler to make practice more effective

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published