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