Closest-Pair Queries in Fat Rectangles
arXiv:1809.10531
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 .
13 pages, revised version