A collection of solutions to various LeetCode problems implemented in C++. This repository serves as a resource for practicing, learning, and improving algorithmic problem-solving skills using one of the most popular programming languages for competitive programming and technical interviews.
- Sorting and Searching
- Dynamic Programming
- Graphs and Trees
- Greedy Algorithms
- Backtracking
- Bit Manipulation
- Clone the repository:
git clone https://github.com/nikumu/leetcode-solutions
-
Navigate to the desired problem folder.
-
Open the .cpp file and run it using your preferred C++ compiler.
Contributions are welcome! Feel free to submit solutions, optimize existing ones, or add comments for better readability. Please ensure your code follows clean coding practices.
This project is licensed under the MIT License.