English

Computing exact minimum cuts without knowing the graph

Data Structures and Algorithms 2019-08-07 v2

Abstract

We give query-efficient algorithms for the global min-cut and the s-t cut problem in unweighted, undirected graphs. Our oracle model is inspired by the submodular function minimization problem: on query SVS \subset V, the oracle returns the size of the cut between SS and VSV \setminus S. We provide algorithms computing an exact minimum ss-tt cut in GG with O~(n5/3)\tilde{O}(n^{5/3}) queries, and computing an exact global minimum cut of GG with only O~(n)\tilde{O}(n) queries (while learning the graph requires Θ~(n2)\tilde{\Theta}(n^2) queries).

Keywords

Cite

@article{arxiv.1711.03165,
  title  = {Computing exact minimum cuts without knowing the graph},
  author = {Aviad Rubinstein and Tselil Schramm and S. Matthew Weinberg},
  journal= {arXiv preprint arXiv:1711.03165},
  year   = {2019}
}
R2 v1 2026-06-22T22:40:27.991Z