Resources
1. Suffix Tree:
- Practice for Ukkonen's algorithm: http://brenden.github.io/ukkonen-animation/ Links to an external site.
- https://visualgo.net/suffixtree Links to an external site.
- Discussion on Ukkonen's algorithm: http://stackoverflow.com/questions/9452701/ukkonens-suffix-tree-algorithm-in-plain-english Links to an external site.
- More examples: Check section 3.12 from here: suffix-trees.pdf Download suffix-trees.pdf
2. Suffix Array (not for Midterm 2):
- https://visualgo.net/suffixarray Links to an external site.