DSA
DSA
https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2
YouTube:
https://www.youtube.com/watch?v=0bHoB32fuj0&list=PLgUwDviBIf0oF6QL8m22w1hIDC1vJ_BHz
Week 1:
Week 2:
• Study arrays and lists, and practice array manipulations (insert, delete, update, search).
Week 3:
Week 4:
• Study stacks and queues, understand their implementations using arrays and linked lists.
Week 5:
Week 6:
• Solve problems using heaps, such as kth largest element, heap sort.
Week 7:
Week 8:
Week 9:
• Study sorting algorithms (quick sort, merge sort, bubble sort, selection sort).
Week 10:
• Solve DP problems.
Week 11:
Week 12: