Fault-Tolerant All-Pairs Mincuts

11/06/2020
by   Surender Baswana, et al.
0

Let G=(V,E) be an undirected unweighted graph on n vertices and m edges. We address the problem of fault-tolerant data structure for all-pairs mincuts in G defined as follows. Build a compact data structure that, on receiving a pair of vertices s,t∈ V and any edge (x,y) as query, can efficiently report the value of the mincut between s and t upon failure of the edge (x,y). To the best of our knowledge, there exists no data structure for this problem which takes o(mn) space and a non-trivial query time. We present two compact data structures for this problem. - Our first data structure guarantees O(1) query time. The space occupied by this data structure is O(n^2) which matches the worst-case size of a graph on n vertices. - Our second data structure takes O(m) space which matches the size of the graph. The query time is O(min(m,n c_s,t)) where c_s,t is the value of the mincut between s and t in G. The query time guaranteed by our data structure is faster by a factor of Ω(√(n)) compared to the best known algorithm to compute a (s,t)-mincut.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/05/2023

Fault-Tolerant ST-Diameter Oracles

We study the problem of estimating the ST-diameter of a graph that is su...
research
05/19/2023

Approximate Distance Sensitivity Oracles in Subquadratic Space

An f-edge fault-tolerant distance sensitive oracle (f-DSO) with stretch ...
research
04/27/2023

Compact Distance Oracles with Large Sensitivity and Low Stretch

An f-edge fault-tolerant distance sensitive oracle (f-DSO) with stretch ...
research
11/02/2022

A New Approach to Estimating Effective Resistances and Counting Spanning Trees in Expander Graphs

We demonstrate that for expander graphs, for all ϵ > 0, there exists a d...
research
05/08/2022

Near-Optimal Deterministic Vertex-Failure Connectivity Oracles

We revisit the vertex-failure connectivity oracle problem. This is one o...
research
11/08/2021

CORE: a COmplex event Recognition Engine

Complex Event Recognition (CER) systems are a prominent technology for f...
research
10/18/2021

Data structure for node connectivity queries

Let κ(s,t) denote the maximum number of internally disjoint paths in an ...

Please sign up or login with your details

Forgot password? Click here to reset