Minimum $s$--$t$ Cuts with Fewer Cut Queries
Yonggang Jiang, Danupon Nanongkai, Pachara Sawettamalya

TL;DR
This paper introduces a new randomized algorithm for finding minimum s--t cuts in graphs with fewer cut queries, improving query complexity from previous methods, and also provides a more efficient deterministic communication protocol.
Contribution
It presents a novel randomized algorithm with improved cut-query complexity and a deterministic protocol for minimum s--t cut computation, both using fewer resources than prior approaches.
Findings
Query complexity improved to rac{8}{5}
Deterministic communication protocol with rac{11}{7} bits
Algorithm is simple, combinatorial, and recursive
Abstract
We study the problem of computing a minimum -- cut in an unweighted, undirected graph via \emph{cut queries}. In this model, the input graph is accessed through an oracle that, given a subset of vertices , returns the size of the cut . This line of work was initiated by Rubinstein, Schramm, and Weinberg (ITCS 2018), who gave a randomized algorithm that computes a minimum -- cut using queries, thereby showing that one can avoid spending queries required to learn the entire graph. A recent result by Anand, Saranurak, and Wang (SODA 2025) also matched this upper bound via a deterministic algorithm based on blocking flows. In this work, we present a new randomized algorithm that improves the cut-query complexity to . At the heart of our approach is a query-efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Graph Theory and Algorithms
