Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.1 KB

Leetcode Progress Tracker

This is a repository containing all of my solved problems on Leetcode

Applications Used

  • Uses LeetHub, developed by Qasim Wani to commit new solved problems
  • Uses Leetcode-Sync action developed by Josh Cai for initially syncing old problems

My Additions

Both Leethub and Leetcode-Sync contain amazing features, but they lack the ability to sync existing content:

  • Leethub, as of creating this repo (12-26-22) does not have a feature to sync previously solved problems
  • Leetcode-Sync, as of creating this repo (12-26-22), does not pull runtime or memory distribution scores

I created a method to sync these problems to the repository using Selenium to extract the runtime and memory distribution percentages and GitPython to add these percentages to commit messages.

Go to the sync-problems-template folder for more information