This repository contains my daily Data Structures and Algorithms (DSA) practice problems.
- Improve problem-solving skills
- Strengthen core DSA concepts
- Prepare for coding interviews
- Maintain consistency
- Arrays
- Strings
- Linked List
- Stack & Queue
- Trees
- Recursion
- Dynamic Programming
- Graphs
Problems are solved from platforms like:
- LeetCode
- GeeksforGeeks
- CodeStudio
DSA-Practice/ │ ├── Arrays/ ├── Strings/ ├── Trees/ └── ...
Each file includes:
- Problem name
- Approach
- Time & Space Complexity
✨ Consistency > Perfection