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++.
- Host: GitHub
- URL: https://github.com/nikumu/leetcode-solutions
- Owner: nikumu
- License: mit
- Created: 2024-12-13T16:33:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T19:01:08.000Z (6 months ago)
- Last Synced: 2025-02-10T13:37:57.667Z (4 months ago)
- Topics: algorithms, cpp, cpp11, data-structure, interview-practice, interview-preparation, interview-questions, interview-solutions, leetcode, leetcode-solutions, modern-cpp
- Language: C++
- Homepage:
- Size: 157 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.