Sensitivity Oracles for All-Pairs Mincuts
Surender Baswana, Abhyuday Pandey

TL;DR
This paper introduces new data structures for efficiently updating and querying all-pairs mincuts in undirected graphs after edge failures or insertions, with optimal or near-optimal space and time complexities.
Contribution
It presents two novel sensitivity oracles for all-pairs mincuts that improve space and query efficiency over previous methods, including an optimal-space structure with constant query time.
Findings
First data structure uses O(n^2) space with O(1) query time.
Second data structure uses O(m) space with faster query times proportional to mincut values.
Efficiently detects mincut changes with distributed data structures at endpoints.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
