English

Cut-Query Algorithms with Few Rounds

Data Structures and Algorithms 2025-10-22 v2

Abstract

In the cut-query model, the algorithm can access the input graph G=(V,E)G=(V,E) only via cut queries that report, given a set SVS\subseteq V, the total weight of edges crossing the cut between SS and VSV\setminus S. This model was introduced by Rubinstein, Schramm and Weinberg [ITCS'18] and its investigation has so far focused on the number of queries needed to solve optimization problems, such as global minimum cut. We turn attention to the round complexity of cut-query algorithms, and show that several classical problems can be solved in this model with only a constant number of rounds. Our main results are algorithms for finding a minimum cut in a graph, that offer different tradeoffs between round complexity and query complexity, where n=Vn=|V| and δ(G)\delta(G) denotes the minimum degree of GG: (i) O~(n4/3)\tilde{O}(n^{4/3}) cut queries in two rounds in unweighted graphs; (ii) O~(rn1+1/r/δ(G)1/r)\tilde{O}(rn^{1+1/r}/\delta(G)^{1/r}) queries in 2r+12r+1 rounds for any integer r1r\ge 1 again in unweighted graphs; and (iii) O~(rn1+(1+lognW)/r)\tilde{O}(rn^{1+(1+\log_n W)/r}) queries in 4r+34r+3 rounds for any r1r\ge1 in weighted graphs. We also provide algorithms that find a minimum (s,t)(s,t)-cut and approximate the maximum cut in a few rounds.

Keywords

Cite

@article{arxiv.2506.20412,
  title  = {Cut-Query Algorithms with Few Rounds},
  author = {Yotam Kenneth-Mordoch and Robert Krauthgamer},
  journal= {arXiv preprint arXiv:2506.20412},
  year   = {2025}
}
R2 v1 2026-07-01T03:32:59.981Z