Point Location in Dynamic Planar Subdivisions
Eunjin Oh, Hee-Kap Ahn

TL;DR
This paper introduces a new data structure for efficiently handling point location queries in dynamic planar subdivisions with insertions and deletions, achieving sublinear update and polylogarithmic query times.
Contribution
The paper presents a linear-size data structure for dynamic planar subdivisions supporting efficient updates and queries, answering an open question in computational geometry.
Findings
Supports insertions and deletions with sublinear update time
Achieves polylogarithmic query time
Handles disconnected subdivisions efficiently
Abstract
We study the point location problem on dynamic planar subdivisions that allows insertions and deletions of edges. In our problem, the underlying graph of a subdivision is not necessarily connected. We present a data structure of linear size for such a dynamic planar subdivision that supports sublinear-time update and polylogarithmic-time query. Precisely, the amortized update time is and the query time is , where is the number of edges in the subdivision. This answers a question posed by Snoeyink in the Handbook of Computational Geometry. When only deletions of edges are allowed, the update time and query time are just and , respectively.
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 · Digital Image Processing Techniques · Advanced Numerical Analysis Techniques
