What Does Suffix Tree Mean?
A suffix tree is a tool often used to analyze text strings. It is a type of digital tree that uses algorithmic methods to reveal the structure of a string and its subsets. It is a type of Patricia tree, a structure that is used to store a set of strings.
Techopedia Explains Suffix Tree
Suffix trees can be used for many things. Generally, these trees hold all of the subsets of a given text string. With that in mind, other text strings can be matched against the suffix tree to figure whether they are included in the initial string input.