This article provides a self-contained exposition of two recent algorithms for the Global Minimum Cut problem. In this problem, we are given an undirected graph with positive weights on its edges, and we seek a proper subset S of the vertices that minimizes the total weight of all edges that have exactly one endpoint in S. Unlike traditional approaches to this problem, the new algorithms are not based on network flow computations. Instead they are based on a decomposition of the weighted graph into a sequence of weighted forests. The decomposition is used to identify a light set of edges that contains every light cutset of the graph. In general, such a decomposition requires too much space (and hence time) to write down. However, there is an efficient graph search procedure, Maximum Adjacency Search, that can be used to compute an implicit representation of such a decomposition in O(m + n log n) time.The first algorithm we discuss, due to Nagamochi and Ibaraki [5, 6], requires O(n) invocations of Maximum Adjacency Search to compute a global minimum cut. The second algorithm, due to Matula [4], requires O(log n) invocations of Maximum Adjacency Search to compute an approximately minimum cut. We do not discuss here the randomized algorithms of Karger or the matroid-based approach of Gabow.
[1]
J. G. Pierce,et al.
Geometric Algorithms and Combinatorial Optimization
,
2016
.
[2]
James G. Oxley,et al.
Matroid theory
,
1992
.
[3]
Toshihide Ibaraki,et al.
Computing Edge-Connectivity in Multigraphs and Capacitated Graphs
,
1992,
SIAM J. Discret. Math..
[4]
D. Karger,et al.
Random sampling in graph optimization problems
,
1995
.
[5]
D. Matula.
A linear time 2 + ε approximation algorithm for edge connectivity
,
1993,
SODA 1993.
[6]
L. Lovász,et al.
Geometric Algorithms and Combinatorial Optimization
,
1981
.
[7]
D. Matula.
A linear time 2 + &&egr;ε approximation algorithm for edge connectivity
,
1993,
SODA '93.
[8]
Maurice Queyranne,et al.
A combinatorial algorithm for minimizing symmetric submodular functions
,
1995,
SODA '95.
[9]
David S. Johnson,et al.
Computers and Intractability: A Guide to the Theory of NP-Completeness
,
1978
.