Closest-Pair Queries in Fat Rectangles

09/27/2018
by   Sang Won Bae, et al.
0

In the range closest pair problem, we want to construct a data structure storing a set S of n points in the plane, such that for any axes-parallel query rectangle R, the closest pair in the set R ∩ S can be reported. The currently best result for this problem is by Xue et al. (SoCG 2018). Their data structure has size O(n ^2 n) and query time O(^2 n). We show that a data structure of size O(n n) can be constructed in O(n n) time, such that queries can be answered in O( n + f f) time, where f is the aspect ratio of R. Thus, for fat query rectangles, the query time is O( n). This result is obtained by reducing the range closest pair problem to standard range searching problems on the points of S.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/25/2018

Searching for the closest-pair in a query translate

In this paper, we consider a range-search variant of the closest-pair pr...
research
10/19/2019

Polygon Queries for Convex Hulls of Points

We study the following range searching problem: Preprocess a set P of n ...
research
01/23/2018

Finding Pairwise Intersections of Rectangles in a Query Rectangle

We consider the following problem: Preprocess a set S of n axis-parallel...
research
10/13/2020

Closest-Pair Queries and Minimum-Weight Queries are Equivalent for Squares

Let S be a set of n weighted points in the plane and let R be a query ra...
research
06/15/2022

In-Range Farthest Point Queries and Related Problem in High Dimensions

Range-aggregate query is an important type of queries with numerous appl...
research
10/31/2018

A Two Query Adaptive Bitprobe Scheme Storing Five Elements

We are studying the adaptive bitprobe model to store an arbitrary subset...
research
12/02/2018

Locally Consistent Parsing for Text Indexing in Small Space

We consider two closely related problems of text indexing in a sub-linea...

Please sign up or login with your details

Forgot password? Click here to reset