Incremental Planar Nearest Neighbor Queries with Optimal Query Time
By: John Iacono, Yakov Nekrich
Potential Business Impact:
Finds closest points faster with new computer trick.
In this paper we show that two-dimensional nearest neighbor queries can be answered in optimal $O(\log n)$ time while supporting insertions in $O(\log^{1+\varepsilon}n)$ time. No previous data structure was known that supports $O(\log n)$-time queries and polylog-time insertions. In order to achieve logarithmic queries our data structure uses a new technique related to fractional cascading that leverages the inherent geometry of this problem. Our method can be also used in other semi-dynamic scenarios.
Similar Papers
Sublinear Data Structures for Nearest Neighbor in Ultra High Dimensions
Data Structures and Algorithms
Helps computers find similar items in huge, complex data.
Orthogonal Emptiness Queries for Random Points
Computational Geometry
Finds specific points in a big pile of dots.
Faster Construction of a Planar Distance Oracle with Õ(1) Query Time
Data Structures and Algorithms
Find shortest paths much faster in maps.