I am solving LeetCode problems daily in C++ and uploading them on GitHub. This repository is a collection of my solutions with clean code and optimized approaches.
- ✅ Solve at least 1 problem daily
- ✅ Write efficient & structured C++ code
- ✅ Track progress consistently
- 🔹 Arrays
- 🔹 Strings
- 🔹 Linked List
- 🔹 Stack & Queue
- 🔹 Binary Search
- 🔹 Recursion & Backtracking
- 🔹 Hashing & Maps
- 🔹 Two Pointers & Sliding Window
- 🔹 Trees (Binary Tree, BST)
- 🔹 Graphs (BFS, DFS, Shortest Path)
- 🔹 Heap / Priority Queue
- 🔹 Dynamic Programming
- 🔹 Greedy Algorithms
- 🔹 Bit Manipulation