Colored range closest-pair problem under general distance functions

07/26/2018
by   Jie Xue, et al.
0

The range closest-pair (RCP) problem is the range-search version of the classical closest-pair problem, which aims to store a given dataset of points in some data structure such that when a query range X is specified, the closest pair of points contained in X can be reported efficiently. A natural generalization of the RCP problem is the colored range closest-pair (CRCP) problem in which the given data points are colored and the goal is to find the closest bichromatic pair contained in the query range. All the previous work on the RCP problem was restricted to the uncolored version and the Euclidean distance function. In this paper, we make the first progress on the CRCP problem. We investigate the problem under a general distance function induced by a monotone norm; in particular, this covers all the L_p-metrics for p > 0 and the L_∞-metric. We design efficient (1+ε)-approximate CRCP data structures for orthogonal queries in R^2, where ε>0 is a pre-specified parameter. The highlights are two data structures for answering rectangle queries, one of which uses O(ε^-1 n ^4 n) space and O(^4 n + ε^-1^3 n + ε^-2 n) query time while the other uses O(ε^-1 n ^3 n) space and O(^5 n + ε^-1^4 n + ε^-2^2 n) query time. In addition, we also apply our techniques to the CRCP problem in higher dimensions, obtaining efficient data structures for slab, 2-box, and 3D dominance queries. Before this paper, almost all the existing results for the RCP problem were achieved in R^2.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/03/2019

Range closest-pair search in higher dimensions

Range closest-pair (RCP) search is a range-search variant of the classic...
research
12/28/2017

New bounds for range closest-pair problems

Given a dataset S of points in R^2, the range closest-pair (RCP) problem...
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
11/10/2022

A new data structure for efficient search on isovists

Spatial data structures allow to make efficient queries on Geographical ...
research
04/14/2021

Engineering Predecessor Data Structures for Dynamic Integer Sets

We present highly optimized data structures for the dynamic predecessor ...
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
04/13/2023

Space-Time Tradeoffs for Conjunctive Queries with Access Patterns

In this paper, we investigate space-time tradeoffs for answering conjunc...

Please sign up or login with your details

Forgot password? Click here to reset