Phase 01 of 04
Data Structures and Algorithms
Weeks 1-2: Data Structures & Algorithms. Cover core DS&A, solve 5-7 problems per topic.
Weeks 1-2: Focus on Data Structures and Algorithms. Cover arrays, linked lists, stacks, queues, trees (binary trees, BSTs, AVL trees), heaps, hash tables, graphs. Implement common algorithms like sorting (quicksort, mergesort), searching (binary search), graph traversal (BFS, DFS), dynamic programming, and greedy algorithms. Solve 5-7 problems per data structure/algorithm type.