Graphs Beyond Traversal Checkpoint

MSTs, SCCs, and bipartite matching.


1. Kruskal's algorithm builds an MST by:
2. An MST of a connected graph with n nodes has exactly ____ edges.
3. Kosaraju's algorithm requires DFS on the:
4. Hopcroft-Karp runs in: