Function
createSuffixArray
Creates a suffix array from a given text.
createSuffixArray(suffixArray, text[, algo_tag])
Parameters
suffixArray
A reference to the resulting suffix array.
text
A given text.
algo_tag
A tag that identifies the algorithm which is used for creation.
Remarks
The size of suffixArray must be at least length(text) before calling this function.
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de