Article ID | Journal | Published Year | Pages | File Type |
---|---|---|---|---|
414413 | Computational Geometry | 2009 | 10 Pages |
In this paper we describe space-efficient data structures for the two-dimensional range searching problem. We present a dynamic linear space data structure that supports orthogonal range reporting queries in O(logn+klogεn) time, where k is the size of the answer. Our data structure also supports emptiness and one-reporting queries in O(logn) time and thus achieves optimal time and space for this type of queries. In the case of integer point coordinates, we describe a static and a randomized dynamic linear space data structures that support range reporting, emptiness and one-reporting queries in sub-logarithmic time. These are the first linear space data structures for these problems that achieve sub-logarithmic query time. We also present a dynamic linear space data structure for range counting queries with O(2(logn/loglogn)) time and a dynamic O(nlogn/loglogn) space data structure for semigroup range queries with O(2(logn/loglogn)) query time.