Worst-case time decremental connectivity and k-edge witness
Andrew Twigg

TL;DR
This paper presents new algorithms for decremental graph connectivity and k-edge witness problems, achieving improved worst-case time bounds and space efficiency, along with a distributed data structure for k-edge witness.
Contribution
It introduces a simple decremental connectivity algorithm with worst-case bounds and a novel distributed data structure for k-edge witness queries.
Findings
Handles edge deletions in O(k log n) worst-case time
Provides a k-edge witness algorithm with O(k^2 log n) worst-case time
Achieves space complexity improvements for certain graph parameters
Abstract
We give a simple algorithm for decremental graph connectivity that handles edge deletions in worst-case time and connectivity queries in , where is the number of edges deleted so far, and uses worst-case space . We use this to give an algorithm for -edge witness (``does the removal of a given set of edges disconnect two vertices ?'') with worst-case time and space . For these improve the worst-case bound for deletion due to Eppstein et al. We also give a decremental connectivity algorithm using space, whose time complexity depends on the toughness and independence number of the input graph. Finally, we show how to construct a distributed data structure for \kvw by giving a labeling scheme. This is the first data structure for \kvw that can…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Distributed systems and fault tolerance · Caching and Content Delivery
