vix.ing · top · new · best · stats · spec

Computing exact minimum cuts without knowing the graph

2017/11/08 by Rubinstein, Aviad, Schramm, Tselil, Weinberg, S. Matthew · 5 citations
#Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.1711.03165

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 S ⊂ V, the oracle returns the size of the cut between S and V ∖ S. We provide algorithms computing an exact minimum s-t cut in G with O(n5/3) queries, and computing an exact global minimum cut of G with only O(n) queries (while learning the graph requires Θ(n2) queries).

Cited by

Related