Graph Theory37 sections · 1633 units
Open in Course

Quiz: Stoer-Wagner Algorithm

Knowledge check

Check Your Understanding

Stoer-Wagner finds the global minimum cut of an undirected weighted graph without a fixed source or sink. How many phases does it run?

  1. A.nn phases, contracting one node per phase
  2. B.n1n - 1 phases, producing one candidate cut per phase
  3. C.mm phases, examining one edge per phase
  4. D.logn\log n phases using divide and conquer
Start the roadmap to answer the quizzes and solve the challenges