Skip to content

Ideal for beginners looking to learn how to contribute.

License

Notifications You must be signed in to change notification settings

mmaarrius/leetCodeProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💡 LeetCode Solutions Archive

Welcome to LeetCode Solutions Repository! 👨‍💻
Here you'll find (almost) all the solutions to LeetCode problems, organized and documented for easy reference.

About

  • 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.

Purpose

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.

🙌 Contribute

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 🚀

🔗 Useful Links


Current solutions:

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