A prefix search returns the strings out of a given collection S that start with a given prefix. Traditionally, prefix search is solved by data structures that are also dictionaries, that is, they actually contain the strings in S. For very large collections stored in slow-access memory, we propose extremely compact data structures that solve weak prefix searches\u2014they return the correct result only if some string in S starts with the given prefix. Our data structures for weak prefix search use O(|S |log \u2113) bits in the worst case, where \u2113 is the average string length, as opposed to O(|S|\u2113) bits for a dictionary. We show a lower bound implying that this space usage is optimal
We present a compressed representation of tries based on top tree compression [ICALP 2013] that work...
Most of the attention in statistical compression is given to the space used by the compressed sequen...
Abstract This paper is about compressed full-text indexes. That is, our goal is to represent full-te...
In this article, we study three variants of the well-known prefix-search problem for strings, and we...
In this paper we address few variants of the well-known prefix-search problem in strings, and provid...
We establish $O(n \log n)$ minimum-space algorithms that omit both the open and the closed list to d...
Finding the longest matching prefix from a database of keywords is an old problem with a number of a...
Finding the longest matching prefix from a database of keywords is an old problem with a number of a...
The need to store and query a set of strings – a string dictionary – arises in many kinds of applica...
The Prefix table of a string reports for each position the maximal length of its prefixes starting h...
The suffix array is an efficient data structure for in-memory pattern search. Suffix arrays can also...
Abstract. We prove that longest common prefix (LCP) information can be stored in much less space tha...
The talk is about a dictionary data structure D for matching multiple pat-tern. If the input alphabe...
Abstract. We consider the problem of constructing a sparse suffix tree (or suffix array) for b suffi...
In recent years, several algorithms for mining frequent and emerging substring patterns from databas...
We present a compressed representation of tries based on top tree compression [ICALP 2013] that work...
Most of the attention in statistical compression is given to the space used by the compressed sequen...
Abstract This paper is about compressed full-text indexes. That is, our goal is to represent full-te...
In this article, we study three variants of the well-known prefix-search problem for strings, and we...
In this paper we address few variants of the well-known prefix-search problem in strings, and provid...
We establish $O(n \log n)$ minimum-space algorithms that omit both the open and the closed list to d...
Finding the longest matching prefix from a database of keywords is an old problem with a number of a...
Finding the longest matching prefix from a database of keywords is an old problem with a number of a...
The need to store and query a set of strings – a string dictionary – arises in many kinds of applica...
The Prefix table of a string reports for each position the maximal length of its prefixes starting h...
The suffix array is an efficient data structure for in-memory pattern search. Suffix arrays can also...
Abstract. We prove that longest common prefix (LCP) information can be stored in much less space tha...
The talk is about a dictionary data structure D for matching multiple pat-tern. If the input alphabe...
Abstract. We consider the problem of constructing a sparse suffix tree (or suffix array) for b suffi...
In recent years, several algorithms for mining frequent and emerging substring patterns from databas...
We present a compressed representation of tries based on top tree compression [ICALP 2013] that work...
Most of the attention in statistical compression is given to the space used by the compressed sequen...
Abstract This paper is about compressed full-text indexes. That is, our goal is to represent full-te...