This repository contains my solutions to various LeetCode problems, all implemented in C++.
Each file corresponds to a specific problem, named by its problem number and title, making it easy to navigate and find solutions.
- Solutions are organized by problem number.
- Each solution file is self-contained and can be compiled and run independently.
- C++ (100%)
- Practice problem-solving and algorithms.
- Strengthen knowledge of data structures and algorithms.
- Build a reference for interview preparation.
- Arrays
- Strings
- Two Pointers
- Linked List
- Binary Search
- Sliding Window
- Recursion
- Hashing
- Dynamic Programming …and more as I continue solving.
These solutions are written for learning and practice purposes.
There can be multiple valid solutions to a problem. This repository reflects my personal approach, learning, and thought process.You can choose your own approach.
If you find this repo helpful:
- ⭐ Star the repository
- 💡 Open issues or pull requests for improvements
This project is licensed under the MIT License