|
|
|
|
|
by weitzj
2421 days ago
|
|
Also interesting to get into are suffix arrays which you could construct from a tree.
Then there is a notion of generalized suffix arrays, where you mix multiple suffix arrays into a big suffix array. Then you can give fast answers like: what is the longest common prefix between the several tokens, whereas the tokens of your individual suffix arrays could be letters from an alphabet (so you construct a suffix array from words) or maybe words (you construct a suffix array from a sentence) |
|
Suffix trees are cool, but they’re just the entry point to a world of wonderful data structures and algorithms.