Sensitivity Oracles for All-Pairs Mincuts
Abstract
Let be an undirected unweighted graph on vertices and edges. We address the problem of sensitivity oracle for all-pairs mincuts in defined as follows. Build a compact data structure that, on receiving any pair of vertices and failure (or insertion) of any edge as query, can efficiently report the mincut between and after the failure (or the insertion). To the best of our knowledge, there exists no data structure for this problem which takes space and a non-trivial query time. We present the following results. - Our first data structure occupies space and guarantees query time to report the value of resulting -mincut upon failure (or insertion) of any edge. Moreover, the set of vertices defining a resulting -mincut after the update can be reported in time which is worst-case optimal. - Our second data structure optimizes space at the expense of increased query time. It takes space -- which is also the space taken by . The query time is where is the value of the mincut between and in . This query time is faster by a factor of compared to the best known deterministic algorithm to compute a -mincut from scratch. - If we are only interested in knowing if failure (or insertion) of an edge changes the value of -mincut, we can distribute our space data structure evenly among vertices. For any failed (or inserted) edge we only require the data structures stored at its endpoints to determine if the value of -mincut has changed for any .
Cite
@article{arxiv.2011.03291,
title = {Sensitivity Oracles for All-Pairs Mincuts},
author = {Surender Baswana and Abhyuday Pandey},
journal= {arXiv preprint arXiv:2011.03291},
year = {2021}
}