Suffix Tree
Term side of the Card
Topic: Tree
Unit title: Suffix Tree
Categories: Data structure
Explanation side of the Card
Explanation: The specialized tree that stores all suffixes of a string, enabling efficient substring and pattern matching. Known for rapid text searching with linear space and time complexity.