/Leetcode-Learner

Leetcode chrome extension that keeps track of which problems a user struggles with and sets a schedule for when to redo them

Primary LanguageTypeScript

Leetcode-Learner

A Leetcode chrome extension that can be used to help learn/build an understanding for problems a user struggles with.

How it works

  1. Work through leetcode problems and find one you struggle with
  2. Click on the extension and hit the "Add to redo" button
    1. The extension will then create multiple lists that each have a different name where the name is the day to revisit the problem, for example: 12/10/20
  3. Check back in on the day assigned to revisit that problem and solve it!

Planned Features

  1. Custom list naming -> right now lists all conform to MM/DD/YY
  2. Ability to specify custom patterns -> Current pattern is resolve it 1 day later, 2 days later, 4th days later, 8th days later, 15th days later and 30th days later
  3. The ability to clean out/delete all old lists with the click of a button
  4. Button to go to today's list of problems to redo
  5. Google calendar integration? -> Could hlep declutter the list of leetcode lists