Proceedings of the Twenty-Fourth Annual ACM-SIAM Symposium on Discrete Algorithms 2013
DOI: 10.1137/1.9781611973105.18
|View full text |Cite
|
Sign up to set email alerts
|

Adaptive and Approximate Orthogonal Range Counting

Abstract: We present three new results on one of the most basic problems in geometric data structures, 2-D orthogonal range counting. All the results are in the w-bit word RAM model.• It is well known that there are linear-space data structures for 2-D orthogonal range counting with worstcase optimal query time O(log w n).We give an O(n log log n)-space adaptive data structure that improves the query time to O(log log n + log w k), where k is the output count. When k = O(1), our bounds match the state of the art for the… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 13 publications
(12 citation statements)
references
References 21 publications
0
12
0
Order By: Relevance
“…Observe that this timing is regardless of the number of integers, n, in the original sequence, and actually solely depends on the answer of the query. Previously, an adaptive time complexity had been achieved in [5] as O(log k/ log log n), and in [2] O(log σ) was reported, where σ is the number of distinct elements in X. In both cases the space usage was linear as O(n) words, assuming the word size is u bits.…”
Section: Discussionmentioning
confidence: 99%
See 3 more Smart Citations
“…Observe that this timing is regardless of the number of integers, n, in the original sequence, and actually solely depends on the answer of the query. Previously, an adaptive time complexity had been achieved in [5] as O(log k/ log log n), and in [2] O(log σ) was reported, where σ is the number of distinct elements in X. In both cases the space usage was linear as O(n) words, assuming the word size is u bits.…”
Section: Discussionmentioning
confidence: 99%
“…Space complexity (in bits) Gagie et al (2009) [2] O(log σ) S(X) + n log σ + o(n log σ) Brodal et al (2011) [3] O(log n/ log log n) S(X) + O(n log n) Jørgensen & Larsen (2011) [4] O(log k/ log log n + log log n) S(X) + O(n log n) Chan & Wilkinson (2013) [5] O(log k/ log log n) S(X) + O(n log n) This study O(log u + log x ) ( n log u + ∀i log x i )(1 + o(1)) Table 1: Time and space complexities of the solutions proposed to answer general range selection query (i, j, k) on a given integer sequence X = x 1 , x 2 , . .…”
Section: Time-complexitymentioning
confidence: 99%
See 2 more Smart Citations
“…We can assume that A is a permutation of [n], since replacing each element A[i] by its rank in A yields correct answers to those queries. The range selection problem has received a lot of interest in recent years [4,3,13,5]. Following a series of earlier papers, Brodal and Jørgensen [4] presented a structure using linear space and O(lg n/ lg lg n) time, for any k given at query time.…”
Section: Introductionmentioning
confidence: 99%