Phase 01 of 05
Data Structures & Algorithms
Weeks 1-2: DSA fundamentals. Arrays, lists, trees, graphs, sorting, searching. LeetCode Easy/Medium.
Weeks 1-2: Focus on Data Structures and Algorithms. Cover arrays, linked lists, stacks, queues, trees (binary, AVL, red-black), heaps, hash tables, graphs. Implement sorting algorithms (merge sort, quicksort), searching algorithms (binary search), and graph traversal algorithms (BFS, DFS). Practice problems on LeetCode (Easy/Medium).