Query Complexity of Global Minimum Cut

07/17/2020
by   Arijit Bishnu, et al.
0

In this work, we resolve the query complexity of global minimum cut problem for a graph by designing a randomized algorithm for approximating the size of minimum cut in a graph, where the graph can be accessed through local queries like Degree, Neighbor, and Adjacency queries. Given ϵ∈ (0,1), the algorithm with high probability outputs an estimate t̂ satisfying the following (1-ϵ) t ≤t̂≤ (1+ϵ) t, where m is the number of edges in the graph and t is the size of minimum cut in the graph. The expected number of local queries used by our algorithm is min{m+n,m/t}(log n,1/ϵ) where n is the number of vertices in the graph. Eden and Rosenbaum showed that Ω(m/t) many local queries are required for approximating the size of minimum cut in graphs. These two results together resolve the query complexity of the problem of estimating the size of minimum cut in graphs using local queries. Building on the lower bound of Eden and Rosenbaum, we show that, for all t ∈ℕ, Ω(m) local queries are required to decide if the size of the minimum cut in the graph is t or t-2. Also, we show that, for any t ∈ℕ, Ω(m) local queries are required to find all the minimum cut edges even if it is promised that the input graph has a minimum cut of size t. Both of our lower bound results are randomized, and hold even if we can make Random Edge query apart from local queries.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/08/2017

Computing exact minimum cuts without knowing the graph

We give query-efficient algorithms for the global min-cut and the s-t cu...
research
10/29/2021

A sublinear time quantum algorithm for s-t minimum cut on dense simple graphs

An s-t minimum cut in a graph corresponds to a minimum weight subset of ...
research
11/10/2020

On the cut dimension of a graph

Let G = (V,w) be a weighted undirected graph with m edges. The cut dimen...
research
07/16/2020

Quantum algorithms for graph problems with cut queries

Let G be an n-vertex graph with m edges. When asked a subset S of vertic...
research
02/25/2023

Limited Query Graph Connectivity Test

We propose a combinatorial optimisation model called Limited Query Graph...
research
01/14/2022

Cut query algorithms with star contraction

We study the complexity of determining the edge connectivity of a simple...
research
06/18/2019

Inner Product Oracle can Estimate and Sample

Edge estimation problem in unweighted graphs using local and sometimes g...

Please sign up or login with your details

Forgot password? Click here to reset