Phase 01 of 05
Data Structures & Algorithms
Weeks 1-2: Data Structures & Algorithms Fundamentals. Practice 5-10 problems per topic.
Weeks 1-2: Focus on fundamental data structures and algorithms. Cover arrays, linked lists, stacks, queues, trees (binary trees, BSTs, AVL trees), graphs, hash tables. Practice sorting algorithms (quicksort, mergesort), searching algorithms (binary search), and basic graph traversal (BFS, DFS). Aim to solve 5-10 problems per data structure/algorithm type.