class Crystalg::Strings::SuffixArray

Defined in:

crystalg/strings/suffix_array.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(target : String) #

[View source]

Instance Method Detail

def construct #

[View source]
def rank : Array(Int32) #

[View source]
def suffix_array : Array(Int32) #

[View source]