Phase 01 of 05
Foundational Computer Science
Weeks 1-2: Data Structures, Algorithms, Design Patterns. Practice implementation and complexity analysis.
Weeks 1-2: Focus on core data structures (arrays, linked lists, trees, graphs, hash tables) and algorithms (sorting, searching, dynamic programming, graph traversal). Practice implementing these in your preferred language and analyze their time and space complexity. Review common design patterns (e.g., Singleton, Factory, Observer, Strategy).