English

Point Location in Constant Time

Computational Geometry 2024-01-08 v1

Abstract

We preprocess the input subdivision with nn points on the plane in O(nlogn)O(n\sqrt{\log n}) time to facilitate point location in constant time. Previously the preprocessing time is O(nlogn)O(n\log n) and point location takes O(logn)O(\log n) time.

Keywords

Cite

@article{arxiv.2401.02440,
  title  = {Point Location in Constant Time},
  author = {Sairam Chaganti and Yijie Han},
  journal= {arXiv preprint arXiv:2401.02440},
  year   = {2024}
}

Comments

Sairam Chaganti is currently a senior software engineer at Southwest Airlines

R2 v1 2026-06-28T14:08:57.100Z