Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
**Leetcode** is a Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more. The project is written primarily in Java, distributed under the Apache License 2.0 license, first published in 2016. It has gained significant community traction with 3,988 stars and 1,298 forks on GitHub. Key topics include: algorithm, apache, bash, data-structures, interview.
LeetCode

If you like this project, please leave me a star. ★
Algorithms
Database
Shell
Javascript
Contributing
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 cdinto your cloned directory, create your feature branch (git checkout -b my-awesome-fix)git addyour 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!
Best way to open this project
- 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, see this question on Stackoverflow.
Contributors
Showing top 12 contributors by commit count.
This article is auto-generated from fishercoder1534/Leetcode via the GitHub API.Last fetched: 6/19/2026
