This repository contains solutions to various LeetCode problems categorized by difficulty level.
-
easy/: Contains solutions to easy level problems. -
medium/: Contains solutions to medium level problems. -
hard/: Contains solutions to hard level problems.
- Clone the repository.
- Navigate to the directory containing the problem you want to run.
- Compile the
.cppfile using a C++ compiler. For example:g++ -o solution 01_problem.cpp
- Run the compiled program:
./solution
Feel free to contribute by adding more solutions or improving existing ones. Please follow the directory structure and naming conventions.
This project is licensed under the MIT License.