English

The n-dimensional k-vector and its application to orthogonal range searching

Data Structures and Algorithms 2020-04-07 v1

Abstract

This work focuses on the definition and study of the n-dimensional k-vector, an algorithm devised to perform orthogonal range searching in static databases with multiple dimensions. The methodology first finds the order in which to search the dimensions, and then, performs the search using a modified projection method. In order to determine the dimension order, the algorithm uses the k-vector, a range searching technique for one dimension that identifies the number of elements contained in the searching range. Then, using this information, the algorithm predicts and selects the best approach to deal with each dimension. The algorithm has a worst case complexity of O(nd(k/n)2/d)\mathcal{O}(nd(k/n)^{2/d}), where kk is the number of elements retrieved, nn is the number of elements in the database, and dd is the number of dimensions of the database. This work includes a detailed description of the methodology as well as a study of the algorithm performance.

Keywords

Cite

@article{arxiv.2004.02335,
  title  = {The n-dimensional k-vector and its application to orthogonal range searching},
  author = {David Arnas and Carl Leake and Daniele Mortari},
  journal= {arXiv preprint arXiv:2004.02335},
  year   = {2020}
}

Comments

31 pages, 10 figures

R2 v1 2026-06-23T14:40:14.419Z