This repository contains my solutions to various LeetCode problems. The solutions are written in C++. The goal is to improve my problem-solving skills and share my learning process with others.
This section will contain links to the problems I've solved, categorized by difficulty and topic.
- Clone this repository to your local machine:
git clone https://github.com/navanizard/LeetCode.git- Navigate to the problem's solution directory:
cd LeetCode/Easy #or LeetCode/Medium or LeetCode/Hard- Compile and run the C++ solution (replace
<filename>with the problemβs file):
g++ <filename>.cpp -o solution
./solution- You can also run individual test cases to verify the correctness of the solution.
Feel free to reach out if you have suggestions, questions, or just want to chat! Happy coding! ππ