ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1408.0557
47
54

Almost-Tight Distributed Minimum Cut Algorithms

4 August 2014
Danupon Nanongkai
Hsin-Hao Su
ArXivPDFHTML
Abstract

We study the problem of computing the minimum cut in a weighted distributed message-passing networks (the CONGEST model). Let λ\lambdaλ be the minimum cut, nnn be the number of nodes in the network, and DDD be the network diameter. Our algorithm can compute λ\lambdaλ exactly in O((nlog⁡∗n+D)λ4log⁡2n)O((\sqrt{n} \log^{*} n+D)\lambda^4 \log^2 n)O((n​log∗n+D)λ4log2n) 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 λ≤3\lambda\leq 3λ≤3 due to Pritchard and Thurimella's O(D)O(D)O(D)-time and O(D+n1/2log⁡∗n)O(D+n^{1/2}\log^* n)O(D+n1/2log∗n)-time algorithms for computing 222-edge-connected and 333-edge-connected components. By using the edge sampling technique of Karger's, we can convert this algorithm into a (1+ϵ)(1+\epsilon)(1+ϵ)-approximation O((nlog⁡∗n+D)ϵ−5log⁡3n)O((\sqrt{n}\log^{*} n+D)\epsilon^{-5}\log^3 n)O((n​log∗n+D)ϵ−5log3n)-time algorithm for any ϵ>0\epsilon>0ϵ>0. This improves over the previous (2+ϵ)(2+\epsilon)(2+ϵ)-approximation O((nlog⁡∗n+D)ϵ−5log⁡2nlog⁡log⁡n)O((\sqrt{n}\log^{*} n+D)\epsilon^{-5}\log^2 n\log\log n)O((n​log∗n+D)ϵ−5log2nloglogn)-time algorithm and O(ϵ−1)O(\epsilon^{-1})O(ϵ−1)-approximation O(D+n12+ϵpolylog⁡n)O(D+n^{\frac{1}{2}+\epsilon} \mathrm{poly}\log n)O(D+n21​+ϵpolylogn)-time algorithm of Ghaffari and Kuhn. Due to the lower bound of Ω(D+n1/2/log⁡n)\Omega(D+n^{1/2}/\log n)Ω(D+n1/2/logn) by Das Sarma et al. which holds for any approximation algorithm, this running time is tight up to a polylog⁡n \mathrm{poly}\log npolylogn 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 ϵ−9log⁡7n\epsilon^{-9}\log^{7} nϵ−9log7n 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
Comments on this paper