maybeshewill / ukkonen_tree

Ukkonens online suffix tree construction simple implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ukkonen_tree

Ukkonens online suffix tree construction simple implementation

Works with non-predefined dictionary size

Usage example: cat test.txt | ./ukkonen

About

Ukkonens online suffix tree construction simple implementation


Languages

Language:C++ 78.8%Language:C 21.2%