This repository contains my solutions to various LeetCode problems — all implemented in C++. Each file corresponds to a specific problem, named with its problem number + title, making navigation simple and clean.
- Each problem has its own file.
- Files are named using LeetCode problem number + problem title.
- Every solution is standalone (can be compiled independently).
- C++
- Strengthen DSA (Data Structures & Algorithms)
- Improve problem solving skills
- Build a personal reference for interview preparation
- Track long-term learning progress
- Arrays
- Strings
- Two Pointers
- Linked List
- Binary Search
- Sliding Window
- Recursion
- Hashing
- Dynamic Programming
…and more as I continue solving.
There can be multiple valid ways to solve a problem. This repository reflects my personal approaches, optimization thinking, and learning journey. You can use your own approach!
If this repo is helpful:
- ⭐ Star it
- 💡 Suggestions via Issues / PRs are welcome
This project is licensed under the MIT License.