Suffix trees and suffix arrays are important data structures for string processing, providing efficient solutions for many applications involving pattern matching. Recent work by Sinha et al. (SIGMOD 2008) addressed the problem of arranging a suffix array on disk so that querying is fast, and showed that the combination of a small trie and a suffix array-like blocked data structure allows queries to be answered many times faster than alternative disk-based suffix trees. A drawback of their LOF-SA structure, and common to all current disk resident suffix tree/array approaches, is that the space requirement of the data structure, though on disk, is large relative to the text - for the LOF-SA, 13n bytes including the underlying n byte text. In...
We investigate the problem of building full-text substring indexes for inputs significantly larger t...
The suffix array is a classic full-text index, combining effectiveness with simplicity. We discuss t...
Suffix arrays are a simple and powerful data structure for text processing that can be used for full...
F1 - Full Written Papers RefereedSuffix trees and suffix arrays are important data structures for st...
The suffix tree (or equivalently, the enhanced suffix array) provides efficient solutions to many pr...
The suffix array is an efficient data structure for in-memory pattern search. Suffix arrays can also...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
Abstract. Designing external memory data structures for string databases is of significant recent in...
Abstract. Suffix trees have been established as one of the most versatile index structures for unstr...
The suffix array is a space-efficient data structure that provides fast access to all occurrences of...
The suffix tree is a well known and popular indexing structure for various sequence processing probl...
AbstractThe suffix tree is one of the most important data structures in string processing and compar...
The proliferation of online text, such as on the World Wide Web and in databases, motivates the need...
The proliferation of online text, such as found on the World Wide Web and in online databases, motiv...
Mammalian genomes are typically 3Gbps (gibabase pairs) in size. The largest public database NCBI (Na...
We investigate the problem of building full-text substring indexes for inputs significantly larger t...
The suffix array is a classic full-text index, combining effectiveness with simplicity. We discuss t...
Suffix arrays are a simple and powerful data structure for text processing that can be used for full...
F1 - Full Written Papers RefereedSuffix trees and suffix arrays are important data structures for st...
The suffix tree (or equivalently, the enhanced suffix array) provides efficient solutions to many pr...
The suffix array is an efficient data structure for in-memory pattern search. Suffix arrays can also...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
Abstract. Designing external memory data structures for string databases is of significant recent in...
Abstract. Suffix trees have been established as one of the most versatile index structures for unstr...
The suffix array is a space-efficient data structure that provides fast access to all occurrences of...
The suffix tree is a well known and popular indexing structure for various sequence processing probl...
AbstractThe suffix tree is one of the most important data structures in string processing and compar...
The proliferation of online text, such as on the World Wide Web and in databases, motivates the need...
The proliferation of online text, such as found on the World Wide Web and in online databases, motiv...
Mammalian genomes are typically 3Gbps (gibabase pairs) in size. The largest public database NCBI (Na...
We investigate the problem of building full-text substring indexes for inputs significantly larger t...
The suffix array is a classic full-text index, combining effectiveness with simplicity. We discuss t...
Suffix arrays are a simple and powerful data structure for text processing that can be used for full...