Phase 01 of 04
Data Structures & Algorithms
Weeks 1-2: DSA fundamentals and practice (LeetCode Easy/Medium).
Weeks 1-2: Focus on Data Structures and Algorithms. Cover arrays, linked lists, stacks, queues, trees (binary, AVL, B-trees), graphs, hash tables. Implement common algorithms like sorting (quicksort, mergesort), searching (binary search), graph traversal (BFS, DFS), dynamic programming. Practice problems on LeetCode (Easy/Medium).