Insertion-Only Dynamic Connectivity in General Disk Graphs
Haim Kaplan, Katharina Klost, Kristin Knorr, Wolfgang Mulzer, Liam, Roditty

TL;DR
This paper introduces a new dynamic data structure for maintaining connectivity in disk intersection graphs with efficient insertion handling, independent of the ratio of site sizes, improving previous approaches.
Contribution
The paper presents a novel data structure for incremental updates in disk intersection graphs with amortized query and insertion times independent of site size ratios.
Findings
Achieves $O(eta(n))$ amortized query time.
Achieves $O( ext{log}^6 n)$ expected amortized insertion time.
Handles dynamic changes in disk intersection graphs efficiently.
Abstract
Let be a set of \emph{sites} in the plane, so that every site has an \emph{associated radius} . Let be the \emph{disk intersection graph} defined by , i.e., the graph with vertex set and an edge between two distinct sites if and only if the disks with centers , and radii , intersect. Our goal is to design data structures that maintain the connectivity structure of as changes dynamically over time. We consider the incremental case, where new sites can be inserted into . While previous work focuses on data structures whose running time depends on the ratio between the smallest and the largest site in , we present a data structure with amortized query time and expected amortized insertion time.
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
TopicsComputational Geometry and Mesh Generation · Interconnection Networks and Systems · Data Management and Algorithms
