dkh.string

Undocumented in source.

Members

Functions

sais
int[] sais(T[] _s, int B)
Undocumented in source. Be warned that the author may not have intended to support it.
suffixArray
SA!T suffixArray(T[] _s, int B)

return SA!T. each character must be inside [T(0), T(B)).

Structs

SA
struct SA(T)

Suffix Array Informations

Meta