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

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