Faster Deterministic Fully-Dynamic Graph Connectivity
Christian Wulff-Nilsen

TL;DR
This paper introduces a new deterministic data structure for fully-dynamic graph connectivity that improves update times while maintaining efficient query performance, advancing the state-of-the-art in dynamic graph algorithms.
Contribution
It presents a deterministic data structure with improved amortized update bounds for fully-dynamic graph connectivity, matching the best query times.
Findings
Supports updates in O(log^2 n / log log n) amortized time
Supports connectivity queries in O(log n / log log n) worst-case time
Improves upon previous deterministic bounds by Holm et al. and Thorup
Abstract
We give new deterministic bounds for fully-dynamic graph connectivity. Our data structure supports updates (edge insertions/deletions) in amortized time and connectivity queries in worst-case time, where is the number of vertices of the graph. This improves the deterministic data structures of Holm, de Lichtenberg, and Thorup (STOC 1998, J.ACM 2001) and Thorup (STOC 2000) which both have amortized update time and worst-case query time. Our model of computation is the same as that of Thorup, i.e., a pointer machine with standard instructions.
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
TopicsDistributed systems and fault tolerance · Advanced Data Storage Technologies · Complexity and Algorithms in Graphs
