Functions§
- dss_
flush ⚠ - sort
- sort_
in_ place - Sort suffixes of
textand store their lexographic order in the given suffix arraysa. Will panic ifsa.len()!=text.len()
text and store their lexographic order
in the given suffix array sa.
Will panic if sa.len() != text.len()