Phase 01 of 05
Data Structures and Algorithms
Weeks 1-2: Data Structures & Algorithms Fundamentals. Practice implementations and basic problems.
Weeks 1-2: Focus on core data structures and algorithms. Cover arrays, linked lists, stacks, queues, trees (binary trees, BSTs, heaps), hash tables, sorting algorithms (quicksort, mergesort), searching algorithms (binary search), and basic graph traversal (BFS, DFS). Practice implementing these and solving problems related to them.