Back to Blog
Algorithms/3 parts
Algorithms & Data Structures
Complexity, the classic data structures and the algorithms built on them. Following CMU's 15-122, 15-251, 15-210 and 15-451.
- 01Data Structure #1 TreesRooted trees and binary trees: the representations, the traversals, and the problems each traversal order is good at.2023-02-19 · 4 min read
- 02Algorithms #1 SortingThe classic sorts side by side — what each costs, when each is stable, and why the comparison lower bound exists.2023-03-12 · 7 min read
- 03Algorithms #3 Graph AlgorithmsGraph representations, DFS and BFS, connected components, and Dijkstra's shortest paths.2023-04-09 · 5 min read