- Notifications
You must be signed in to change notification settings - Fork0
Leetcode solutions
mfaisaltariq/neetcode-leetcode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Leetcode solutions forNeetCode.io
I will periodically update the neetcode.io site with new solutions for this repo!
To contribute, please fork this repo and open a PR againstmain
for a problem that does not yet have a solution in a given language.
Solutions needed (will be linked fromNeetCode.io):
- Java
- Javascript
Solutions are also welcome for any other supported language on leetcode.com!
Complete:
- Python
- C++
Please feel free to open a pull request to add solutions in other languages for the Neetcode 150 problem list. If you would like to have collaborator permissions on the repo to merge your own PRs or review others' PRs please let me know.
In order to get your PR reviewed as quickly as possible, please:
- adhere to existing naming conventions for files/directories
- prefer adding only one solution per PR (not a hard and fast rule, but will typically make the review cycle shorter)
- ensure your code passes submission onleetcode.com for the problem it solves
- ensure your code is clean (uses reasonable variable/method names, style, etc)
In general, multiple solutions to the same problem are accepted, as long as the solutions are distinct (unique approaches to solving the problem) and/orare distinctly efficient (in terms of runtime/space complexity, expressed in Big O notation). Please make sure distinct solutions are grouped together in the same file.
Note: leetcode.com's runtime benchmarking is notoriously inaccurate (re-running the same program frequently yields deltas in excess of 50%), and therefore should be cautiously used as evidence of a solution's efficiency.
About
Leetcode solutions
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python28.0%
- C++22.6%
- Java18.8%
- JavaScript15.8%
- TypeScript5.8%
- Ruby2.3%
- Other6.7%