English

Incremental Exact Min-Cut in Poly-logarithmic Amortized Update Time

Data Structures and Algorithms 2016-11-22 v1

Abstract

We present a deterministic incremental algorithm for \textit{exactly} maintaining the size of a minimum cut with O~(1)\widetilde{O}(1) amortized time per edge insertion and O(1)O(1) query time. This result partially answers an open question posed by Thorup [Combinatorica 2007]. It also stays in sharp contrast to a polynomial conditional lower-bound for the fully-dynamic weighted minimum cut problem. Our algorithm is obtained by combining a recent sparsification technique of Kawarabayashi and Thorup [STOC 2015] and an exact incremental algorithm of Henzinger [J. of Algorithm 1997]. We also study space-efficient incremental algorithms for the minimum cut problem. Concretely, we show that there exists an O(nlogn/ε2){O}(n\log n/\varepsilon^2) space Monte-Carlo algorithm that can process a stream of edge insertions starting from an empty graph, and with high probability, the algorithm maintains a (1+ε)(1+\varepsilon)-approximation to the minimum cut. The algorithm has O~(1)\widetilde{O}(1) amortized update-time and constant query-time.

Keywords

Cite

@article{arxiv.1611.06500,
  title  = {Incremental Exact Min-Cut in Poly-logarithmic Amortized Update Time},
  author = {Gramoz Goranci and Monika Henzinger and Mikkel Thorup},
  journal= {arXiv preprint arXiv:1611.06500},
  year   = {2016}
}

Comments

Extended abstract appeared in proceedings of ESA 2016

R2 v1 2026-06-22T16:58:20.264Z