This repository contains my solutions and notes from the A2Z DSA Course by Striver.
The purpose of this repository is to strengthen my foundations in Data Structures and Algorithms through structured practice.
The A2Z DSA playlist provides a roadmap covering:
- Basics of programming and mathematics
- Arrays, Strings, Recursion
- Sorting and Searching
- Linked List, Stack, Queue
- Trees, Graphs, Heap
- Dynamic Programming and advanced topics
- Language: C++
- Platform: YouTube (Striver’s Playlist) and practice platforms such as LeetCode, GeeksforGeeks, and CodeStudio
| Step | Topic | Status |
|---|---|---|
| 1 | Basics | ✅ Started |
| 2 | Arrays | ❌ Not Started |
| 3 | Strings | ❌ Not Started |
| 4 | Recursion | ❌ Not Started |
| 5 | Sorting and Searching | ❌ Not Started |
| 6 | Linked List | ❌ Not Started |
| 7 | Stack and Queue | ❌ Not Started |
| 8 | Trees | ❌ Not Started |
| 9 | Graphs | ❌ Not Started |
| 10 | Dynamic Programming | ❌ Not Started |