suffixtree topic
List
suffixtree repositories
DEPRECATED-data-structures
2.8k
Stars
1.3k
Forks
Watchers
A collection of powerful data structures
SuffixTree
48
Stars
17
Forks
Watchers
Optimized implementation of suffix tree in python using Ukkonen's algorithm.
suffix-tree
38
Stars
12
Forks
Watchers
A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.