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)

SAを返す. 内部でSA-ISを使用しており, 各文字は[0, B)に収まっている必要がある

Structs

SA
struct SA(T)

Suffix Arrayのデータを保持する構造体

Meta