This repo contains my solutions for the A2Z Striver DSA Sheet. I'm solving this over 3 months for internship interview preparation.
- Organized week-wise and day-wise
- Problems tagged as Easy, Medium, Hard
- Languages used: C++
- Skip days are not included
- Start Date: 2025-07-07
- Target End Date: 2025-10-14
Some problems include inline comments or separate notes explaining the approach.
- Arrays, Strings, Recursion
- Linked Lists, Trees, Graphs
- DP, Greedy, Backtracking, and more...