Phase 01 of 03
Data Structures & Algorithms
Weeks 1-2: DSA fundamentals and practice (5-7 problems/topic).
Weeks 1-2: Focus on Data Structures and Algorithms. Cover arrays, linked lists, stacks, queues, trees (binary, BST, AVL), heaps, graphs, hash tables. Practice algorithms like sorting (quick, merge, heap), searching (binary), dynamic programming, recursion, and graph traversal (BFS, DFS). Aim to solve at least 5-7 problems per data structure/algorithm type.