Fast and simple connectivity in graph timelines
Adam Karczmarz, Jakub {\L}\k{a}cki

TL;DR
This paper introduces efficient data structures for answering various connectivity queries in a sequence of graphs evolving by single-edge updates, enabling fast query responses after preprocessing.
Contribution
It presents novel data structures that preprocess graph timelines to answer connectivity and disjoint path queries efficiently, with proven bounds and extensions.
Findings
Answer forall and forall2 queries in O(log n) time after O(m + t log n) preprocessing.
Extended data structures for exists queries with a trade-off between preprocessing and query time.
Established a matching conditional lower bound for exists query data structures.
Abstract
In this paper we study the problem of answering connectivity queries about a \emph{graph timeline}. A graph timeline is a sequence of undirected graphs on a common set of vertices of size such that each graph is obtained from the previous one by an addition or a deletion of a single edge. We present data structures, which preprocess the timeline and can answer the following queries: - forall -- does the path exist in each of ? - exists -- does the path exist in any of ? - forall2 -- do there exist two edge-disjoint paths connecting and in each of We show data structures that can answer forall and forall2 queries in time after preprocessing in time. Here by we denote the number of edges that remain unchanged in each graph…
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.
