An Optimal Algorithm for Range Search on Multidimensional Points
T. Hema, K.S. Easwarakumar

TL;DR
This paper introduces a new data structure called BITS k$d$-tree that enables efficient range search and fast updates on multidimensional points, improving upon previous algorithms in computational geometry.
Contribution
The paper presents the BITS k$d$-tree, a novel data structure that achieves $ heta(t)$ query time and supports rapid updates, advancing multidimensional range search methods.
Findings
Range search in $ heta(t)$ time using BITS k$d$-tree
Supports insertion in $ heta(1)$ time and deletion in $O(\log n)$ time
Improves upon previous $O(\log^k n + t)$ algorithms
Abstract
This paper proposes an efficient and novel method to address range search on multidimensional points in time, where is the number of points reported in space. This is accomplished by introducing a new data structure, called BITS d-tree. This structure also supports fast updation that takes time for insertion and time for deletion. The earlier best known algorithm for this problem is time in the pointer machine model.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Computational Geometry and Mesh Generation · Data Management and Algorithms
