AbstractLet A be a static array storing n elements from a totally ordered set. We present a data structure of optimal size at most nlog2(3+22)+o(n) bits that allows us to answer the following queries on A in constant time, without accessing A: (1) previous smaller value queries, where given an index i, we wish to find the first index to the left of i where A is strictly smaller than at i, and (2) next smaller value queries, which search to the right of i. As an additional bonus, our data structure also allows one to answer a third kind of query: given indices i<j, find the position of the minimum in A[i..j]. Our data structure has direct consequences for the space-efficient storage of suffix trees
We consider the problem of preprocessing an array A[1..n] to answer range selection and range top-k ...
In the last lecture we found even lower minimum bounds for the static predecessor problem, using mes...
A mode of a multiset S is an element a ∈ S of maximum multiplicity; that is, a occurs at least as fr...
AbstractLet A be a static array storing n elements from a totally ordered set. We present a data str...
The Range-Minimum-Query-Problem is to preprocess an array of length n in O(n) time such that all sub...
Abstract This paper is about compressed full-text indexes. That is, our goal is to represent full-te...
We consider the problem of encoding range minimum queries (RMQs): given an array A[1..n] of distinct...
AbstractSuffix trees (STs) and suffix arrays are well known indices which demand too much space for ...
Abstract. We present O(n)-space data structures to support various range frequency queries on a give...
Given a sequence of n elements from a totally ordered set, and a position in the sequence, the neare...
We consider the problem of encoding range minimum queries (RMQs): given an array A[1..n] of distinct...
This thesis deals with data structures that are mostly useful in the area of string matching and str...
The Range Minimum Query problem consists in answering efficiently the simple question: “what is the ...
The aim of this work is to show the novel index structure based suffix array and ternary search tree...
Range minimum queries (RMQs) are essential in many algorithmic procedures. The problem is to prepare...
We consider the problem of preprocessing an array A[1..n] to answer range selection and range top-k ...
In the last lecture we found even lower minimum bounds for the static predecessor problem, using mes...
A mode of a multiset S is an element a ∈ S of maximum multiplicity; that is, a occurs at least as fr...
AbstractLet A be a static array storing n elements from a totally ordered set. We present a data str...
The Range-Minimum-Query-Problem is to preprocess an array of length n in O(n) time such that all sub...
Abstract This paper is about compressed full-text indexes. That is, our goal is to represent full-te...
We consider the problem of encoding range minimum queries (RMQs): given an array A[1..n] of distinct...
AbstractSuffix trees (STs) and suffix arrays are well known indices which demand too much space for ...
Abstract. We present O(n)-space data structures to support various range frequency queries on a give...
Given a sequence of n elements from a totally ordered set, and a position in the sequence, the neare...
We consider the problem of encoding range minimum queries (RMQs): given an array A[1..n] of distinct...
This thesis deals with data structures that are mostly useful in the area of string matching and str...
The Range Minimum Query problem consists in answering efficiently the simple question: “what is the ...
The aim of this work is to show the novel index structure based suffix array and ternary search tree...
Range minimum queries (RMQs) are essential in many algorithmic procedures. The problem is to prepare...
We consider the problem of preprocessing an array A[1..n] to answer range selection and range top-k ...
In the last lecture we found even lower minimum bounds for the static predecessor problem, using mes...
A mode of a multiset S is an element a ∈ S of maximum multiplicity; that is, a occurs at least as fr...