English

A Nearly Optimal All-Pairs Min-Cuts Algorithm in Simple Graphs

Data Structures and Algorithms 2021-11-04 v2

Abstract

We give an n2+o(1)n^{2+o(1)}-time algorithm for finding ss-tt min-cuts for all pairs of vertices ss and tt in a simple, undirected graph on nn vertices. We do so by constructing a Gomory-Hu tree (or cut equivalent tree) in the same running time, thereby improving on the recent bound of O~(n2.5)\tilde{O}(n^{2.5}) by Abboud et al. (STOC 2021). Our running time is nearly optimal as a function of nn.

Keywords

Cite

@article{arxiv.2106.02233,
  title  = {A Nearly Optimal All-Pairs Min-Cuts Algorithm in Simple Graphs},
  author = {Jason Li and Debmalya Panigrahi and Thatchaphol Saranurak},
  journal= {arXiv preprint arXiv:2106.02233},
  year   = {2021}
}

Comments

FOCS 2021, 23 pages

R2 v1 2026-06-24T02:49:26.929Z