This repository tracks my journey of mastering DSA in C++. It includes problems solved from various topics in DSA with explanations, code implementations, and my progress.
- Arrays
- Linked Lists
- Stacks & Queues
- Hash Maps
- Trees
- Graphs
- Heaps
- Dynamic Programming
- Greedy Algorithms
- Backtracking
- Browse through each folder for topics like Arrays, Linked Lists, etc.
- Each folder contains problem solutions in C++ with:
- Problem Description (link to problem on platforms like LeetCode, HackerRank)
- Code Implementation
- Time and Space Complexity Analysis
- Approach & Thought Process
Feel free to suggest improvements or corrections!
- C++
- GitHub
- LeetCode, GeeksforGeeks, HackerRank (for problem sources)