Closest-Pair Queries in Fat Rectangles
Computational Geometry
2019-04-08 v2
Abstract
In the range closest pair problem, we want to construct a data structure storing a set of points in the plane, such that for any axes-parallel query rectangle , the closest pair in the set can be reported. The currently best result for this problem is by Xue et al.~(SoCG 2018). Their data structure has size and query time . We show that a data structure of size can be constructed in time, such that queries can be answered in time, where is the aspect ratio of . Thus, for fat query rectangles, the query time is . This result is obtained by reducing the range closest pair problem to standard range searching problems on the points of .
Cite
@article{arxiv.1809.10531,
title = {Closest-Pair Queries in Fat Rectangles},
author = {Sang Won Bae and Michiel Smid},
journal= {arXiv preprint arXiv:1809.10531},
year = {2019}
}
Comments
13 pages, revised version