Striver A2Z DSA Sheet
A complete, step-by-step roadmap to master Data Structures & Algorithms, curated by Striver — from basics to advanced topics.
Basics (1)
Get started with time complexity, patterns, and basic math.
→Sorting (3)
Learn popular sorting algorithms and their time complexities.
→Array (22)
Learn array fundamentals, sorting, and sliding window problems.
→Binary Search (22)
Binary search on arrays, answers, and advanced patterns.
→Strings
String manipulation, hashing basics, and common interview problems.
→Linked List
Singly, doubly, and circular linked list problems.
→Recursion
Recursion basics, subsets, permutations, and backtracking.
→