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.
- leetcode
- leetcode-solutions
- coding-challenges
- algorithms
- data-structures
- interview-prep
These solutions are written for learning and practice purposes.
There may be multiple ways to solve a problem—this repo reflects my personal approaches and thought process.
If you find this repo helpful:
- ⭐ Star the repository
- 🍴 Fork and try the problems yourself
- 💡 Open issues or pull requests for improvements