/SuffixArray

my suffix array implementation with time complexity O(n*(log(n)^2)) and space O(n)

Primary LanguageC++

Watchers