Welcome to LeetCode Solutions Repository! 👨💻
Here you'll find (almost) all the solutions to LeetCode problems, organized and documented for easy reference.
- Covers most problems from LeetCode across all difficulty levels (Easy, Medium, Hard).
- Includes a wide range of topics: arrays, dynamic programming, trees, graphs, and more.
- Clean and readable code with comments and clear naming.
- Updated regularly with new problems and improvements.
This repository serves multiple goals:
- Practice and improve problem-solving and coding skills.
- Build a personal reference of solved problems.
- Share solutions with others and encourage collaboration.
Found a bug, have a better approach, or want to add your own solution?
Feel free to open an issue or a pull request!
Together, we grow faster 🚀
Id | Title | Solution | Difficulty |
---|---|---|---|
1 | TwoSum | C | Easy |
2 | AddTwoNumbers | C | Medium |
6 | ZigzagConversion | C | Medium |
9 | PalindromeNumber | C | Easy |
96 | UniqueBinarySearchTrees | C | Medium |
1643 | KthSmallestInstructions | C | Hard |
Made with ❤️ by Marius