This repository contains my practice solutions for common Data Structures and Algorithms problems.
The solutions are organized topic-wise for easy navigation and revision.
- Arrays
- Strings
- Linked List
- Stack
- Queue
- Recursion
- Trees
- Graphs
- Dynamic Programming (DP)
- C++
- Clean and readable code
- Problem-wise solutions
- Comments explaining approach and complexity
- Regular updates as I practice more problems
To build strong problem-solving skills and prepare for coding interviews through consistent DSA practice.
Problems are practiced from platforms like:
- LeetCode
- GeeksforGeeks
- CodeStudio
Feel free to explore the folders to see topic-wise implementations.