forked fromfishercoder1534/Leetcode
- Notifications
You must be signed in to change notification settings - Fork0
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
License
NotificationsYou must be signed in to change notification settings
sambabib/Leetcode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
If you like this project, please leave me a star. ★
Your ideas/fixes/algorithms are more than welcome!
- Please make sure your PR builds after submitting! Check out here:https://travis-ci.org/github/fishercoder1534/Leetcode/pull_requests and look for your PR build.
- Fork this repo
- Clone your forked repo (
git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git
) onto your local machine cd
into your cloned directory, create your feature branch (git checkout -b my-awesome-fix
)git add
your desired changes to this repo- Commit your changes (
git commit -m 'Added some awesome features/fixes'
) - Push to the branch (
git push origin my-awesome-feature
) - Open your forked repo on Github website, create a new Pull Request to this repo!
- Install IntelliJ on your machine, either CE or UE.
- git clone this repo to your local disk
- import this project as a new project (does need to be imported as a gradle project)
- If you run into "Could not determine Java version using executable ..." error, use local gradle distribution: "/usr/local/Cellar/gradle/4.8.1/libexec/" instead of the default one. More details, seethis question on Stackoverflow.
About
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Java99.4%
- Other0.6%