English

Quantum complexity of minimum cut

Quantum Physics 2021-05-25 v3 Data Structures and Algorithms

Abstract

The minimum cut problem in an undirected and weighted graph GG is to find the minimum total weight of a set of edges whose removal disconnects GG. We completely characterize the quantum query and time complexity of the minimum cut problem in the adjacency matrix model. If GG has nn vertices and edge weights at least 11 and at most τ\tau, we give a quantum algorithm to solve the minimum cut problem using O~(n3/2τ)\tilde O(n^{3/2}\sqrt{\tau}) queries and time. Moreover, for every integer 1τn1 \le \tau \le n we give an example of a graph GG with edge weights 11 and τ\tau such that solving the minimum cut problem on GG requires Ω(n3/2τ)\Omega(n^{3/2}\sqrt{\tau}) many queries to the adjacency matrix of GG. These results contrast with the classical randomized case where Ω(n2)\Omega(n^2) queries to the adjacency matrix are needed in the worst case even to decide if an unweighted graph is connected or not. In the adjacency array model, when GG has mm edges the classical randomized complexity of the minimum cut problem is Θ~(m)\tilde \Theta(m). We show that the quantum query and time complexity are O~(mnτ)\tilde O(\sqrt{mn\tau}) and O~(mnτ+n3/2)\tilde O(\sqrt{mn\tau} + n^{3/2}), respectively, where again the edge weights are between 11 and τ\tau. For dense graphs we give lower bounds on the quantum query complexity of Ω(n3/2)\Omega(n^{3/2}) for τ>1\tau > 1 and Ω(τn)\Omega(\tau n) for any 1τn1 \leq \tau \leq n. Our query algorithm uses a quantum algorithm for graph sparsification by Apers and de Wolf (FOCS 2020) and results on the structure of near-minimum cuts by Kawarabayashi and Thorup (STOC 2015) and Rubinstein, Schramm and Weinberg (ITCS 2018). Our time efficient implementation builds on Karger's tree packing technique (STOC 1996).

Keywords

Cite

@article{arxiv.2011.09823,
  title  = {Quantum complexity of minimum cut},
  author = {Simon Apers and Troy Lee},
  journal= {arXiv preprint arXiv:2011.09823},
  year   = {2021}
}

Comments

15 pages; v2: improved bounds on query and time complexity; v3: fixes typos, accepted to CCC 2021

R2 v1 2026-06-23T20:22:11.640Z