Graph Theory37 sections · 1633 units
Open in CourseQuiz: 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?
- A. phases, contracting one node per phase
- B. phases, producing one candidate cut per phase
- C. phases, examining one edge per phase
- D. phases using divide and conquer