Ukkonen-SuffixTree icon indicating copy to clipboard operation
Ukkonen-SuffixTree copied to clipboard

A C++ implementation of a Generalized Suffix Tree using Ukkonen's algorithm

Results 2 Ukkonen-SuffixTree issues
Sort by recently updated
recently updated
newest added

Hi, when enter a string: ```vbxkabcabx```, your code returns 10 edges which is actually not enough. ``` Enter String vbxkabcabx StartNode EndNode SuffixLink FirstIndex lastIndex String 9 10 0 9...

Replaced build system to cmake.