Welcome to my collection of LeetCode solutions implemented in JavaScript. This repository contains solutions for a variety of algorithm and data structure problems, organized by problem number and name.
The solutions cover a variety of topics such as:
- Arrays
- Strings
- Linked Lists
- Trees
- Dynamic Programming
- Math
- JavaScript-specific patterns
- and much more...
- Browse the
solutions/folder to find solutions by problem number. - Open a markdown file to view the solution and notes.
- Each file includes a link to the original LeetCode problem for reference.
I’m still learning! These solutions are my personal attempts at LeetCode problems.
Some of them might be inefficient, messy, or just plain wrong — so don’t blindly copy them!
Feel free to use them as learning references or compare approaches, but always think critically.
“Practice makes progress, not perfection.” 💪
- Add medium difficulty problems solutions
- Add notes to all problems (in progress)
- Add complexities
This repository is licensed under the MIT License.