A suffix tree is a data structure used mainly for pattern matching. It is known that the space complexity of simple suffix trees is quadratic in the length of the string. By a slight modification of the simple suffix trees one gets the compact suffix trees, which have linear space complexity. The motivation of this paper is the question whether the space complexity of simple suffix trees is quadratic not only in the worst case, but also in expectation
The suffix tree is a fundamental data structure in stringology, but its space usage, though linear, ...
Abstract. Suffix trees are the most frequently used data structures in algorithms on words. In this ...
Suffix trees are one of the most important data structures in stringology, with myriads of applicati...
Suffix trees are highly regarded data structures for text indexing and string algorithms [MCreight 7...
Abstract. We consider the problem of constructing a sparse suffix tree (or suffix array) for b suffi...
Abstract. We introduce the VST (virtual suffix tree), an efficient data structure for suffix trees a...
AbstractSuffix trees are among the most important data structures in stringology, with a number of a...
In this thesis we investigate two main topics, namely, suffix trees and graph packing problems. In C...
In this paper we study the structure of suffix trees. Given an unlabeled tree τ on n nodes and suffi...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
The suffix tree - the compacted trie of all the suffixes of a string - is the most important and wid...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
Abstract. Suffix trees are one of the most important data structures in stringology, with myriads of...
The suffix tree is a fundamental data structure in stringology, but its space usage, though linear, ...
Abstract. Suffix trees are the most frequently used data structures in algorithms on words. In this ...
Suffix trees are one of the most important data structures in stringology, with myriads of applicati...
Suffix trees are highly regarded data structures for text indexing and string algorithms [MCreight 7...
Abstract. We consider the problem of constructing a sparse suffix tree (or suffix array) for b suffi...
Abstract. We introduce the VST (virtual suffix tree), an efficient data structure for suffix trees a...
AbstractSuffix trees are among the most important data structures in stringology, with a number of a...
In this thesis we investigate two main topics, namely, suffix trees and graph packing problems. In C...
In this paper we study the structure of suffix trees. Given an unlabeled tree τ on n nodes and suffi...
Suffix trees and suffix arrays are fundamental full-text index data struc-tures to solve problems oc...
A suffix tree is a trie-like data structure representing all suffixe of a string. Such trees have a ...
AbstractThis paper gives a linear-time algorithm for the construction of the suffix tree of a tree, ...
The suffix tree - the compacted trie of all the suffixes of a string - is the most important and wid...
AbstractThe time complexity of suffix tree construction has been shown to be equivalent to that of s...
Abstract. Suffix trees are one of the most important data structures in stringology, with myriads of...
The suffix tree is a fundamental data structure in stringology, but its space usage, though linear, ...
Abstract. Suffix trees are the most frequently used data structures in algorithms on words. In this ...
Suffix trees are one of the most important data structures in stringology, with myriads of applicati...