2012
DOI: 10.1007/978-3-642-31155-0_26
|View full text |Cite
|
Sign up to set email alerts
|

Linear-Space Data Structures for Range Minority Query in Arrays

Abstract: We consider range queries that search for low-frequency elements (least frequent elements and α-minorities) in arrays. An α-minority of a query range has multiplicity no greater than an α fraction of the elements in the range. Our data structure for the least frequent element range query problem requires O(n) space, O(n 3/2 ) preprocessing time, and O( √ n) query time. A reduction from boolean matrix multiplication to this problem shows the hardness of simultaneous improvements in both preprocessing time and q… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
61
0

Year Published

2013
2013
2015
2015

Publication Types

Select...
5
1

Relationship

1
5

Authors

Journals

citations
Cited by 19 publications
(62 citation statements)
references
References 18 publications
1
61
0
Order By: Relevance
“…In our example, 1 is a majority in A [5,7], and it holds A 1 [5,7] = 1 1 1 and [2,4] = 0 1 1 , where 1 is a majority. Thus, with A x and M x we can determine whether x is a majority in any range.…”
Section: Lower Boundsmentioning
confidence: 86%
See 3 more Smart Citations
“…In our example, 1 is a majority in A [5,7], and it holds A 1 [5,7] = 1 1 1 and [2,4] = 0 1 1 , where 1 is a majority. Thus, with A x and M x we can determine whether x is a majority in any range.…”
Section: Lower Boundsmentioning
confidence: 86%
“…All these results assume τ is fixed during the construction time. For the case where τ is also a part of the query input, a data structure of O(n log n) words was proposed by Chan et al [5]. Very recently, Belazzougui et al [1] brought down the space occupancy to O(n log log n) words.…”
Section: Definitionmentioning
confidence: 99%
See 2 more Smart Citations
“…Chan et al [4] gave the first solution with linear space and O( √ n) query time. Later, Durocher et al [5] improved the query time to O( n/w).…”
Section: Related Workmentioning
confidence: 99%