Abstract. We present a family of simple algorithms that construct a representation of the suffix array of a text t by walking along the Burrows-Wheeler transforms (BWTs) of increasingly longer suffixes of t. One variant, called Walk-bothLR, builds the suffix array, its inverse, the BWT, and the longest common prefix array in linear time in practice (quadratic in the worst case), requiring only constant working space, and only consecutive left-to-right read/write access to secondary storage. Another variant, called Walk-minLR, is twice as fast as Walk-bothLR on random texts, and has worst-case time complexity O(n logn) for a text of length n. It needs one additional integer array as working space. While asymptotically faster algorithms exist...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1, σ]...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...
Burrows-Wheeler Transform (BWT) [3] is used as the major part in block compression which has good ba...
AbstractThe suffix array is a data structure that finds numerous applications in string processing p...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
A suffix array represents the suffixes of a string in sorted order. Being a simpler and more compact...
AbstractThe suffix tree data structure has been intensively described, studied and used in the eight...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
We show how to build several data structures of central importance to string processing by taking as...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
With the first human DNA being decoded into a sequence of about 2.8 billion characters, much biologi...
Suffix arrays are a simple and powerful data structure for text processing that can be used for full...
The traditional way of computing the Burrows-Wheeler transform (BWT) has been to first build a suffi...
V diplomski nalogi smo obravnavali dva različna načina konstrukcije Burrows-Wheelerjeve transformaci...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1, σ]...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...
Burrows-Wheeler Transform (BWT) [3] is used as the major part in block compression which has good ba...
AbstractThe suffix array is a data structure that finds numerous applications in string processing p...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
A suffix array represents the suffixes of a string in sorted order. Being a simpler and more compact...
AbstractThe suffix tree data structure has been intensively described, studied and used in the eight...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
We show how to build several data structures of central importance to string processing by taking as...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
With the first human DNA being decoded into a sequence of about 2.8 billion characters, much biologi...
Suffix arrays are a simple and powerful data structure for text processing that can be used for full...
The traditional way of computing the Burrows-Wheeler transform (BWT) has been to first build a suffi...
V diplomski nalogi smo obravnavali dva različna načina konstrukcije Burrows-Wheelerjeve transformaci...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1, σ]...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...