We show how to build several data structures of central importance to string processing by taking as input the Burrows-Wheeler transform (BWT) and using small extra working space. Let $n$ be the text length and $sigma$ be the alphabet size. We first provide two algorithms that enumerate all LCP values and suffix tree intervals in $O(nlogsigma)$ time using just $o(nlogsigma)$ bits of working space on top of the input re-writable BWT. Using these algorithms as building blocks, for any parameter $0 < epsilon leq 1$ we show how to build the PLCP bitvector and the balanced parentheses representation of the suffix tree topology in $Oleft(n(logsigma + epsilon^{-1}cdot loglog n) ight)$ time using at most $nlogsigma cdot(epsilon + o(1))$ bit...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...
Prefix-free parsing (PFP) was introduced by Boucher et al. (2019) as a preprocessing step to ease th...
We present a new semi-external algorithm that builds the Burrows-Wheeler transform variant of Bauer ...
We show how to build several data structures of central importance to string processing by taking as...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1,sig...
AbstractSuffix trees are among the most important data structures in stringology, with a number of a...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1, σ]...
Suffix trees are one of the most important data structures in stringology, with myriads of applicati...
Tesis para optar al grado de Magíster en Ciencias, Mención ComputaciónMemoria para optar al título d...
The suffix tree is a fundamental data structure in stringology, but its space usage, though linear, ...
The field of succinct data structures has flourished over the past 16 years. Starting from the compr...
AbstractThe suffix tree data structure has been intensively described, studied and used in the eight...
Abstract. Suffix trees are one of the most important data structures in stringology, with myriads of...
AbstractSuffix trees (STs) and suffix arrays are well known indices which demand too much space for ...
We propose algorithms that, given the input string of length n over integer alphabet of size σ, cons...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...
Prefix-free parsing (PFP) was introduced by Boucher et al. (2019) as a preprocessing step to ease th...
We present a new semi-external algorithm that builds the Burrows-Wheeler transform variant of Bauer ...
We show how to build several data structures of central importance to string processing by taking as...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1,sig...
AbstractSuffix trees are among the most important data structures in stringology, with a number of a...
We show that the Longest Common Prefix Array of a text collection of total size n on alphabet [1, σ]...
Suffix trees are one of the most important data structures in stringology, with myriads of applicati...
Tesis para optar al grado de Magíster en Ciencias, Mención ComputaciónMemoria para optar al título d...
The suffix tree is a fundamental data structure in stringology, but its space usage, though linear, ...
The field of succinct data structures has flourished over the past 16 years. Starting from the compr...
AbstractThe suffix tree data structure has been intensively described, studied and used in the eight...
Abstract. Suffix trees are one of the most important data structures in stringology, with myriads of...
AbstractSuffix trees (STs) and suffix arrays are well known indices which demand too much space for ...
We propose algorithms that, given the input string of length n over integer alphabet of size σ, cons...
AbstractWe present a new space- and time-efficient algorithm for computing the Burrow–Wheeler transf...
Prefix-free parsing (PFP) was introduced by Boucher et al. (2019) as a preprocessing step to ease th...
We present a new semi-external algorithm that builds the Burrows-Wheeler transform variant of Bauer ...