pub fn suffix_array<T: Ord>(a: &[T]) -> Vec<usize>
Expand description

O(N\log^2{N})