English

Augmenting Edge Connectivity via Isolating Cuts

Data Structures and Algorithms 2021-11-04 v1

Abstract

We give an algorithm for augmenting the edge connectivity of an undirected graph by using the isolating cuts framework (Li and Panigrahi, FOCS '20). Our algorithm uses poly-logarithmic calls to any max-flow algorithm, which yields a running time of O~(m+n3/2)\tilde O(m + n^{3/2}) and improves on the previous best time of O~(n2)\tilde O(n^2) (Bencz\'ur and Karger, SODA '98) for this problem. We also obtain an identical improvement in the running time of the closely related edge splitting off problem in undirected graphs.

Keywords

Cite

@article{arxiv.2111.02361,
  title  = {Augmenting Edge Connectivity via Isolating Cuts},
  author = {Ruoxu Cen and Jason Li and Debmalya Panigrahi},
  journal= {arXiv preprint arXiv:2111.02361},
  year   = {2021}
}

Comments

To be published in SODA 2022

R2 v1 2026-06-24T07:24:48.445Z