We study the problem of computing the minimum cut in a weighted distributed message-passing networks (the CONGEST model). Let be the minimum cut, be the number of nodes in the network, and be the network diameter. Our algorithm can compute exactly in time. To the best of our knowledge, this is the first paper that explicitly studies computing the exact minimum cut in the distributed setting. Previously, non-trivial sublinear time algorithms for this problem are known only for unweighted graphs when due to Pritchard and Thurimella's -time and -time algorithms for computing -edge-connected and -edge-connected components. By using the edge sampling technique of Karger's, we can convert this algorithm into a -approximation -time algorithm for any . This improves over the previous -approximation -time algorithm and -approximation -time algorithm of Ghaffari and Kuhn. Due to the lower bound of by Das Sarma et al. which holds for any approximation algorithm, this running time is tight up to a factor. To get the stated running time, we developed an approximation algorithm which combines the ideas of Thorup's algorithm and Matula's contraction algorithm. It saves an factor as compared to applying Thorup's tree packing theorem directly. Then, we combine Kutten and Peleg's tree partitioning algorithm and Karger's dynamic programming to achieve an efficient distributed algorithm that finds the minimum cut when we are given a spanning tree that crosses the minimum cut exactly once.
View on arXiv