This is a repository containing all of my solved problems on Leetcode
- Uses LeetHub, developed by Qasim Wani to commit new solved problems
- Uses Leetcode-Sync action developed by Josh Cai for initially syncing old problems
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