Function
createLcpTable
Creates a lcp table from a given text and suffix array.
Include Headers
seqan/index.h
Parameters
|  The resulting lcp table. | |
|  A given text. | |
|  The suffix array of  | |
|  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 lcp  must be at least length(text)  before calling this function.
SeqAn - Sequence Analysis Library - www.seqan.de