Given a string generate its suffix array (the sorted sequence of all suffixes of the input).
The input is an ascii string and the output is an integer sequence in the sequence format. The integers in the ouput represent locations in the input (0-based) and must be in sorted order with respect to the lexicographic ordering of the suffixes they point to.
trigramString <n> <filename>
This project has been funded by the following sources:
Intel Labs Academic Research Office for the Parallel Algorithms for Non-Numeric Computing Program,
National Science Foundation, and
IBM Research.