forked fromskygragon/leetcode-cli
- Notifications
You must be signed in to change notification settings - Fork0
A cli tool to enjoy leetcode!
License
NotificationsYou must be signed in to change notification settings
jkong85/Interview-leetcode-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A cli tool to enjoy leetcode!
Great thanks to leetcode.com, an really awesome website!
- A veryEFFICIENT way to fight problems.
- CACHING problems locally thus you can easily navigate & think it offline.
- Do everything inCLI, no one even knows you are doing leetcode :p
- GENERATING source code template for further coding.
- Support liveTEST andSUBMIT againts leetcode.com.
- AUTO LOGIN among multiple sessions with single leetcode account.
- Retrieve your previousSUBMISSION thus you can easily backup and manage your code.
node.js (npm included) required, please follow the installation guide:
From npm repo:
$ sudo npm install -g leetcode-cli
From source code:
$ git clone http://github.com/skygragon/leetcode-cli$ cd leetcode-cli && npm install && sudo npm install -g .
Read help first $ leetcode helpLogin with your leetcode account $ leetcode user -lBrowse all problems $ leetcode listChoose one problem $ leetcode show 1 -g -l cppCoding it!Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'Submit final solution! $ leetcode submit ./two-sum.cpp
About
A cli tool to enjoy leetcode!
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript98.5%
- Other1.5%