Topic: Graph Theory Problem / Level: intermediate

Problem: Implement the Stoer-Wagner algorithm to find the minimum cut in an undirected graph.

Run the code to see the output here...