Given an array A of n elements, we wish to support queries for the most frequent and least frequent element in a subrange [l, r] of A. We also wish to support updates that change a particular element at index i or insert/ delete an element at index i. For the range mode problem, our data structure supports all operations in O(n^{2/3}) deterministic time using only O(n) space. This improves two results by Chan et al. [Timothy M. Chan et al., 2014]: a linear space data structure supporting update and query operations in O~(n^{3/4}) time and an O(n^{4/3}) space data structure supporting update and query operations in O~(n^{2/3}) time. For the range least frequent problem, we address two variations. In the first, we are allowed to answer with a...
Abstract. Given an array A of size n, we consider the problem of an-swering range majority queries: ...
Given an array A of size n, we consider the problem of answering range majority queries: given a que...
Given a sequence of elements, we consider the problem of indexing the sequence to support range mode...
In the dynamic range mode problem, we are given a sequence a of length bounded by N and asked to sup...
A mode of a multiset S is an element a in S of maximum multiplicity; that is, a occurs at least as f...
For any epsilon in (0,1), a (1+epsilon)-approximate range mode query asks for the position of an ele...
Abstract. We present O(n)-space data structures to support various range frequency queries on a give...
We conduct an experimental study on the range mode problem. In the exact version of the problem, we ...
A mode of a multiset S is an element a ∈ S of maximum multiplicity; that is, a occurs at least as fr...
For any epsilon in (0,1), a (1+epsilon)-approximate range mode query asks for the position of an ele...
We consider range queries that search for low-frequency elements (least frequent elements and α-mino...
Given the lower bound of\Omega\Gamma n (d\Gamma1)=d ) for range query time complexity on n d-dime...
International audienceThe Range Minimum Query problem consists in answering efficiently to a simple ...
Let S be a set of n points in d dimensions, such that each point is assigned a color. Given a query ...
We study a longstanding problem in computational geometry: 2-d dynamic orthogonal range reporting. W...
Abstract. Given an array A of size n, we consider the problem of an-swering range majority queries: ...
Given an array A of size n, we consider the problem of answering range majority queries: given a que...
Given a sequence of elements, we consider the problem of indexing the sequence to support range mode...
In the dynamic range mode problem, we are given a sequence a of length bounded by N and asked to sup...
A mode of a multiset S is an element a in S of maximum multiplicity; that is, a occurs at least as f...
For any epsilon in (0,1), a (1+epsilon)-approximate range mode query asks for the position of an ele...
Abstract. We present O(n)-space data structures to support various range frequency queries on a give...
We conduct an experimental study on the range mode problem. In the exact version of the problem, we ...
A mode of a multiset S is an element a ∈ S of maximum multiplicity; that is, a occurs at least as fr...
For any epsilon in (0,1), a (1+epsilon)-approximate range mode query asks for the position of an ele...
We consider range queries that search for low-frequency elements (least frequent elements and α-mino...
Given the lower bound of\Omega\Gamma n (d\Gamma1)=d ) for range query time complexity on n d-dime...
International audienceThe Range Minimum Query problem consists in answering efficiently to a simple ...
Let S be a set of n points in d dimensions, such that each point is assigned a color. Given a query ...
We study a longstanding problem in computational geometry: 2-d dynamic orthogonal range reporting. W...
Abstract. Given an array A of size n, we consider the problem of an-swering range majority queries: ...
Given an array A of size n, we consider the problem of answering range majority queries: given a que...
Given a sequence of elements, we consider the problem of indexing the sequence to support range mode...