This repository documents my progress as I work through the Strivers A2Z DSA Sheet. It serves as a personal log of my solutions, notes, and commitment to mastering Data Structures and Algorithms.
My goal is to complete the sheet within the next four months and build a strong foundation for technical interviews and competitive programming.
I will be updating this table as I complete each section of the sheet.
| # | Topic | Status | Date Completed |
|---|---|---|---|
| 1 | Learn the Basics | ⏳ In Progress | |
| 2 | Sorting Techniques | ⏳ In Progress | |
| 3 | Arrays | ⏳ In Progress | |
| 4 | Binary Search | ⏳ In Progress | |
| 5 | Strings | ⏳ In Progress | |
| 6 | Linked List | ⬜ Not Started | |
| 7 | Recursion | ⬜ Not Started | |
| 8 | Bit Manipulation | ⬜ Not Started | |
| 9 | Stack and Queues | ⬜ Not Started | |
| 10 | Sliding Window & Two Pointer | ⬜ Not Started | |
| 11 | Heaps | ⬜ Not Started | |
| 12 | Greedy Algorithms | ⬜ Not Started | |
| 13 | Graphs | ⬜ Not Started | |
| 14 | Dynamic Programming | ⬜ Not Started | |
| 15 | Tries | ⬜ Not Started | |
| 16 | Strings (Advanced) | ⬜ Not Started |