Point Location in Incremental Planar Subdivisions
Eunjin Oh

TL;DR
This paper introduces a novel data structure for point location in incremental planar subdivisions, achieving efficient query and update times, and surpassing previous methods in update speed for dynamic subdivisions.
Contribution
It presents the first data structure with polylogarithmic query and update times for incremental (possibly disconnected) planar subdivisions.
Findings
Supports queries in O(log^2 n) time
Supports updates in O(log n log log n) amortized time
Uses O(n log n) space
Abstract
We study the point location problem in incremental (possibly disconnected) planar subdivisions, that is, dynamic subdivisions allowing insertions of edges and vertices only. Specifically, we present an -space data structure for this problem that supports queries in time and updates in amortized time. This is the first result that achieves polylogarithmic query and update times simultaneously in incremental (possibly disconnected) planar subdivisions. Its update time is significantly faster than the update time of the best known data structure for fully-dynamic (possibly disconnected) planar subdivisions.
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
TopicsScheduling and Optimization Algorithms · Digital Image Processing Techniques · Optimization and Packing Problems
