Function libdivsufsort_rs::divsufsort

source ·
pub fn divsufsort(input_string: &[u8]) -> Option<Vec<i32>>
Expand description

“Constructs the suffix array of a given string.”
Input: Vector of bytes
Output: Suffix array