Definitions for "Suffix Tree" Add To Word List
Login or Register  | Word Lists | Search History

a data-structure that allows many problems on strings (sequences of characters) to be solved quickly
Helpful?           0
a data structure that encodes information about repetition within a textual string
Helpful?           0
a data structure with many applications in string processing
Helpful?           0
a data type that can be used for several things
Helpful?           0
a device that exposes the substring structure of a single
Helpful?           0
a member of the trie family
Helpful?           0
an efficient method for encoding the frequencies of motifs in a sequence
Helpful?           0
a path-compressed trie into which all suffixes of a string have been inserted
Helpful?           0
a Patricia tree corresponding to the suffixes of a given string
Helpful?           0
a trie data structure built over all the suffixes of the text
Helpful?           0
a trie like data structure that compactly represents a string by collapsing a series of nodes having one child to a single node whose parent edge is associated with a string
Helpful?           0
a trie that stores all the strings in a
Helpful?           0
In computer science, a suffix tree (also called PAT tree or, in an earlier form, position tree) is a certain data structure that presents the suffixes of a given string in a way that allows for a particularly fast implementation of many important string operations.
Helpful?           0