Fully-Adaptive Dynamic Connectivity of Square Intersection Graphs
Ivor van der Hoog, Andr\'e Nusser, Eva Rotenberg, Frank Staals

TL;DR
This paper introduces a fully-adaptive dynamic connectivity data structure for square intersection graphs that efficiently handles aspect ratio variations, improving update time and space complexity over previous fixed-parameter methods.
Contribution
It presents a novel fully-adaptive data structure for dynamic square intersection graph connectivity that adjusts to aspect ratio, simplifying previous approaches and enhancing efficiency.
Findings
Queries answered in O(log n / loglog n) time.
Update time is O(ψ log^4 n + log^6 n) amortized.
Space complexity improved to O(n log^3 n log ψ).
Abstract
A classical problem in computational geometry and graph algorithms is: given a dynamic set S of geometric shapes in the plane, efficiently maintain the connectivity of the intersection graph of S. Previous papers studied the setting where, before the updates, the data structure receives some parameter P. Then, updates could insert and delete disks as long as at all times the disks have a diameter that lies in a fixed range [1/P, 1]. The state-of-the-art for storing disks in a dynamic connectivity data structure is a data structure that uses O(Pn) space and that has amortized O(P log^4 n) expected amortized update time. Connectivity queries between disks are supported in O( log n / loglog n) time. The state-of-the-art for Euclidean disks immediately implies a data structure for connectivity between axis-aligned squares that have their diameter in the fixed range [1/P, 1], with an…
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
TopicsEnergy Efficient Wireless Sensor Networks · Mobile Ad Hoc Networks · Modular Robots and Swarm Intelligence
