Point Location in Constant Time
Sairam Chaganti, Yijie Han

TL;DR
This paper presents a method to preprocess a planar subdivision in near-linear time, enabling point location queries to be answered in constant time, significantly improving efficiency over previous methods.
Contribution
The authors introduce a preprocessing algorithm that reduces point location query time to constant, improving upon the previous $O(rac{n}{ ext{polylog} n})$ query time with faster preprocessing.
Findings
Preprocessing time improved to $O(n\sqrt{\log n})$
Point location query time reduced to $O(1)$
Significant efficiency gains over previous methods
Abstract
We preprocess the input subdivision with points on the plane in time to facilitate point location in constant time. Previously the preprocessing time is and point location takes 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 · Advanced Numerical Analysis Techniques · Robotic Path Planning Algorithms
