Suffix Array Radix Sort
Construct a suffix array by sorting rank pairs with radix or counting sort during the doubling method.
7 notes
Construct a suffix array by sorting rank pairs with radix or counting sort during the doubling method.
Difference cover modulo 7 suffix array construction method that generalizes DC3 with a larger recursive sample.
Difference cover modulo 3 algorithm for linear-time suffix array construction using radix sorting and merging.
Linear-time suffix array construction using the DC3 algorithm that recursively sorts positions modulo 3.
Linear-time suffix array construction algorithm based on induced sorting of LMS suffixes.
Linear-time technique for suffix array construction that induces order of suffixes from a subset of sorted suffixes.
Construct a suffix array by iteratively sorting suffixes using doubling technique with rank pairs.