Papers
Topics
Authors
Recent
Search
2000 character limit reached

Closest-Pair Queries in Fat Rectangles

Published 27 Sep 2018 in cs.CG | (1809.10531v2)

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(nlog<sup>2</sup>n)O(n \log<sup>2</sup> n) and query time O(log<sup>2</sup>n)O(\log<sup>2</sup> 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.

Authors (2)
Citations (4)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.