There's a difference between knowing the path and walking the path - Morpheus
LeetSolve - A cross-platform desktop application showing algorithm problems attempted by you on Leetcode.
Sometimes back Leetcode did not show all the attempted problems(AC/Non-AC) by the user at one place. Particularly, Non-AC problems are important for students preparing for interviews as they want to solve them eventually. Categorizing all such problems based on their Difficulty Level and Acceptance Rate becomes helpful.
Clone this repo to your local machine and cd into the LeetSolve directory.
This will download all the required dependencies for the application to run on your local machine.
This will run the script corresponding to 'start' in package.json
Step-1:
Login to your account on leetcode.com in any browser of your choice.
Step-2:
After Login, Check the Cookies set by leetcode.com for you. For e.g. in Chrome/Firefox you can go to Dev Tool -> Application Tab -> Cookies -> https://leetcode.com.
Step-3:
Copy the value corresponding to 'LEETCODE_SESSION' and paste it inside the form shown in LeetSolve App.
Note: This cookie value will be valid until you do not logout from https://leetcode.com. Once logged out. Follow the above 3 steps again.
Yes. Check CONTRIBUTING.md
Check CONTRIBUTORS.md