@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| ISearchTree |
| Class | Description |
|---|---|
| CombinedSearchTrees | |
| GeneralizedSuffixTree |
A Generalized Suffix Tree, based on the Ukkonen's paper "On-line construction of suffix trees"
http://www.cs.helsinki.fi/u/ukkonen/SuffixT1withFigs.pdf
Allows for fast storage and fast(er) retrieval by creating a tree-based index out of a set of strings.
|