Function
createSuffixArray
Creates a suffix array from a given text.
Include Headers
seqan/index.h
Parameters
|  The resulting suffix array. | |
|  A given text. | |
|  A tag that identifies the algorithm which is used for creation. | 
Remarks
 This function should not be called directly. Please use indexCreate or indexRequire.
The size of suffixArray  must be at least length(text)  before calling this function.
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de