English

An Optimal Algorithm for Range Search on Multidimensional Points

Computational Geometry 2016-07-04 v1 Data Structures and Algorithms

Abstract

This paper proposes an efficient and novel method to address range search on multidimensional points in θ(t)\theta(t) time, where tt is the number of points reported in k\Re^k space. This is accomplished by introducing a new data structure, called BITS kkd-tree. This structure also supports fast updation that takes θ(1)\theta(1) time for insertion and O(logn)O(\log n) time for deletion. The earlier best known algorithm for this problem is O(logkn+t)O(\log^k n+t) time in the pointer machine model.

Keywords

Cite

@article{arxiv.1607.00208,
  title  = {An Optimal Algorithm for Range Search on Multidimensional Points},
  author = {T. Hema and K. S. Easwarakumar},
  journal= {arXiv preprint arXiv:1607.00208},
  year   = {2016}
}