English

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 SS of nn points in the plane, such that for any axes-parallel query rectangle RR, the closest pair in the set RSR \cap S can be reported. The currently best result for this problem is by Xue et al.~(SoCG 2018). Their data structure has size O(nlog2n)O(n \log^2 n) and query time O(log2n)O(\log^2 n). We show that a data structure of size O(nlogn)O(n \log n) can be constructed in O(nlogn)O(n \log n) time, such that queries can be answered in O(logn+flogf)O(\log n + f \log f) time, where ff is the aspect ratio of RR. Thus, for fat query rectangles, the query time is O(logn)O(\log n). This result is obtained by reducing the range closest pair problem to standard range searching problems on the points of SS.

Keywords

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

R2 v1 2026-06-23T04:20:28.521Z