Phase 01 of 04
Data Structures and Algorithms
Weeks 1-2: Data Structures & Algorithms fundamentals. Practice coding.
Weeks 1-2: Focus on core data structures and algorithms. Practice implementing and analyzing the time/space complexity of common algorithms. Cover topics like arrays, linked lists, stacks, queues, trees (binary, BST, AVL), heaps, hash tables, sorting algorithms (quicksort, mergesort), searching algorithms (binary search), and graph algorithms (BFS, DFS, Dijkstra).