Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckEndSymbol = false
CheckEndSymbol is a global variable for checking end symbol before Burrows–Wheeler transform
View Source
var ErrEndSymbolExisted = errors.New("bwt: end-symbol existed in string")
ErrEndSymbolExisted means you should choose another EndSymbol
View Source
var ErrInvalidSuffixArray = errors.New("bwt: invalid suffix array")
Functions ¶
func FromSuffixArray ¶
FromSuffixArray compute BWT from sa
func SuffixArray ¶
func SuffixArrayBWT ¶
func SuffixTreeBWT ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.