DSA Roadmap to 50 LPA CTC
von Aman Giri

1. Complete Kunal Kushwaha 46 Lectures
2. Complete Sharda Didi 33 Lectures
3. Abdul Bari Algorithm 84 Videos
4. 90 Days Elaborated Topics for DSA
4.1. Time and space Complexity
4.2. Recursion and BackTracking
4.3. Learn about basic Data Structures
4.3.1. Arrays
4.3.2. Linked List
4.3.3. Stacks and Queues
4.4. Learn Complex Data Structures
4.4.1. Searching
4.4.2. Sorting
4.4.2.1. Bubble Sort
4.4.2.2. Insertion Sort
4.4.2.3. Selection Sort
4.4.2.4. Merge Sort
4.4.2.5. Quick Sort
4.4.3. HashMap
4.4.4. Trees
4.4.5. Heaps
4.4.6. Sliding Window
4.5. Learn about DP and Graphs
4.5.1. Graph from Striver
4.5.2. Dynamic Programming from Pepcoding
4.6. Learn Oops and LLD Example of Oops
4.7. Some more topics for performing better in online tests
4.7.1. Number theory
4.7.2. Maths for DSA
4.7.3. bit Manipulation
4.7.4. Tries