fn() createLcpTable
Creates a LCP table from a given text and suffix array.

Defined in <seqan/index.h>
Signature void createLcpTable(lcp, text, suffixArray[, algoTag]);

Parameters

lcp The resulting lcp table.
text A given text. Types: SequenceConcept
suffixArray The suffix array of text.
algoTag A tag that identifies the algorithm which is used for creation.

Detailed Description

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.