AdvancedVocabulary#software-architecture#developer-tools#backend

Suffix Tree Vocabulary

Learn the vocabulary of building a compressed tree of every suffix of a string to answer substring searches quickly.

0 / 5 completed
1 / 5
At standup, a dev mentions building a compressed tree structure that represents every suffix of a string at once, letting a substring search be answered in time proportional to the pattern's length rather than the whole text's length. What is this data structure called?