Graph SketchingIntroduces graph sketching, generalizations like multigraphs, and weighted graphs.
Graph Theory FundamentalsExplores fundamental graph theory concepts, Erdős' results, Chromatic Lemma, and Union Bound theorem in graph theory.
Subgraphs vs Induced SubgraphsDistinguishes between subgraphs and induced subgraphs in graph theory, illustrating the construction of minimal spanning trees.
Graph Algorithms: BasicsIntroduces the basics of graph algorithms, covering traversal, representation, and data structures for BFS and DFS.
Minimal Spanning TreeCovers the concept of weighted graphs and the Greedy algorithm for finding a minimal spanning tree.
Linear Programming DualityExplores linear programming duality, covering constraints, variables, solutions, and the relationship between primal and dual LP.