Fully Dynamic Connectivity in $O(\log n(\log\log n)^2)$ Amortized Expected Time
Shang-En Huang, Dawei Huang, Tsvi Kopelowitz, Seth Pettie, Mikkel, Thorup

TL;DR
This paper introduces a randomized data structure for dynamic graph connectivity that achieves near-optimal amortized update times and efficient query times, advancing the theoretical limits of dynamic graph algorithms.
Contribution
The paper presents a novel randomized Las Vegas data structure for dynamic connectivity with near-optimal amortized update time and improved query efficiency.
Findings
Achieves $O( ext{log} n ( ext{log} ext{log} n)^2)$ amortized expected update time.
Provides $O( ext{log} n / ext{log} ext{log} ext{log} n)$ worst-case query time.
Approaches the cell probe lower bounds for dynamic connectivity.
Abstract
Dynamic connectivity is one of the most fundamental problems in dynamic graph algorithms. We present a randomized Las Vegas dynamic connectivity data structure with amortized expected update time and worst case query time, which comes very close to the cell probe lower bounds of Patrascu and Demaine (2006) and Patrascu and Thorup (2011).
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 · Optimization and Search Problems · Privacy-Preserving Technologies in Data
