Abstract. An on-line algorithm is presented for constructing the suffix tree for a given string in time linear in the length of the string. The new algorithm has the desirable property of processing the string symbol by symbol from left to right. It always has the suffix tree for the scanned part of the string ready. The method is developed as a linear-time version of a very simple algorithm for (quadratic size) suffix tries. Regardless ofits quadratic worst case this latter algorithm can be a good practical method when the string is not too long. Another variation of this method is shown to give, in a natural way, the well-known algorithms for constructing suffix automata (DAWGs)
We explore the design space of implementing suffix tree algorithms in the functional paradigm. We re...
We contribute a further step towards the plausible real-time construction of suffix trees by present...
This paper gives a linear-time algorithm for the construction of thesuffix tree of a tree. The suffi...
Abstract. Suffix trees are the key data structure for text string matching, and are used in wide app...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
In the present work we study suffix tree construction algorithms. This structure helps solving a var...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
This work discusses problems of suffix trees implementation and their use in bioinformatics. There a...
The suffix trees are fundamental data structures for various kinds of string processing. The suffix ...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
. Information retrieval and data compression are the two main application areas where the rich theor...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
Suffix tree is a data structure which enables the performing of fast search-like operations on the t...
This thesis discusses structure of suffix trees, their implementation and problematics, we can solve...
We explore the design space of implementing suffix tree algorithms in the functional paradigm. We re...
We contribute a further step towards the plausible real-time construction of suffix trees by present...
This paper gives a linear-time algorithm for the construction of thesuffix tree of a tree. The suffi...
Abstract. Suffix trees are the key data structure for text string matching, and are used in wide app...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
In the present work we study suffix tree construction algorithms. This structure helps solving a var...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
This work discusses problems of suffix trees implementation and their use in bioinformatics. There a...
The suffix trees are fundamental data structures for various kinds of string processing. The suffix ...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
. Information retrieval and data compression are the two main application areas where the rich theor...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
Suffix tree is a data structure which enables the performing of fast search-like operations on the t...
This thesis discusses structure of suffix trees, their implementation and problematics, we can solve...
We explore the design space of implementing suffix tree algorithms in the functional paradigm. We re...
We contribute a further step towards the plausible real-time construction of suffix trees by present...
This paper gives a linear-time algorithm for the construction of thesuffix tree of a tree. The suffi...