We contribute a further step towards the plausible real-time construction of suffix trees by presenting an on-line algorithm that spends only O(loglogn) time processing each input symbol and takes O(nloglogn) time in total, where n is the length of the input text. Our results improve on a previously published algorithm that takes O(logn) time per symbol and O(nlogn) time in total. The improvements are obtained by adapting [email protected]?s suffix tree construction algorithm to use a new data structure for the fringe marked ancestor problem, a special case of the nearest marked ancestor problem, which may be of independent interest
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
Abstract. Suffix trees are the key data structure for text string matching, and are used in wide app...
We consider suffix tree construction for situations with missing suffix links. Two examples of such ...
AbstractWe contribute a further step towards the plausible real-time construction of suffix trees by...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
This paper gives a linear-time algorithm for the construction of thesuffix tree of a tree. The suffi...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
The weighted ancestor problem is a well-known generalization of the predecessor problem to trees. It...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
Abstract. An on-line algorithm is presented for constructing the suffix tree for a given string in t...
The suffix trees are fundamental data structures for various kinds of string processing. The suffix ...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
We consider suffix tree construction for situations with missing suffix links. Two examples of such ...
Sequence datasets are ubiquitous in modern life-science applications, and querying sequences is a co...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
Abstract. Suffix trees are the key data structure for text string matching, and are used in wide app...
We consider suffix tree construction for situations with missing suffix links. Two examples of such ...
AbstractWe contribute a further step towards the plausible real-time construction of suffix trees by...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
This paper gives a linear-time algorithm for the construction of thesuffix tree of a tree. The suffi...
AbstractWe present a linear time algorithm to sort all the suffixes of a string over a large alphabe...
The weighted ancestor problem is a well-known generalization of the predecessor problem to trees. It...
In 2003 three (-)(n)-time algorithms were proposed for the construction of a suffix array of a strin...
Abstract. An on-line algorithm is presented for constructing the suffix tree for a given string in t...
The suffix trees are fundamental data structures for various kinds of string processing. The suffix ...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
We consider suffix tree construction for situations with missing suffix links. Two examples of such ...
Sequence datasets are ubiquitous in modern life-science applications, and querying sequences is a co...
A suffix tree is a fundamental data structure for string search-ing algorithms. Unfortunately, when ...
Abstract. Suffix trees are the key data structure for text string matching, and are used in wide app...
We consider suffix tree construction for situations with missing suffix links. Two examples of such ...