Skip to content

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

License

Notifications You must be signed in to change notification settings

nikumu/leetcode-solutions

Repository files navigation

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:
git clone https://github.com/nikumu/leetcode-solutions
  1. Navigate to the desired problem folder.

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