Suffix Tree

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Suffix Tree

A data structure used for efficient string search operations, such as finding all occurrences of a pattern within a larger string.