Function libdivsufsort_rs::divbwt

source ·
pub fn divbwt(input_string: &mut Vec<u8>) -> Option<i32>
Expand description

“Constructs the burrows-wheeler transformed string of a given string.”
Input: Vector of bytes
A input vector is transformed to burrows wheeler transformed string
Output: Primary index(usually $ sign) of burrows wheeler transformed string