An open API service indexing awesome lists of open source software.

https://github.com/nikumu/leetcode-solutions

A collection of solutions to various LeetCode problems implemented in C++.
https://github.com/nikumu/leetcode-solutions

algorithms cpp cpp11 data-structure interview-practice interview-preparation interview-questions interview-solutions leetcode leetcode-solutions modern-cpp

Last synced: 3 months ago
JSON representation

A collection of solutions to various LeetCode problems implemented in C++.

Awesome Lists containing this project

README

        

# LeetCode Solutions in C++

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.

### Contents

- Sorting and Searching
- Dynamic Programming
- Graphs and Trees
- Greedy Algorithms
- Backtracking
- Bit Manipulation

### How to Use

1. Clone the repository:

```bash
git clone https://github.com/nikumu/leetcode-solutions
```

2. Navigate to the desired problem folder.

3. Open the .cpp file and run it using your preferred C++ compiler.

### Contributing

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.

### License

This project is licensed under the MIT License.