Functions§
- dss_
flush ⚠ - sort
- sort_
in_ place - Sort suffixes of
text
and 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()