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: ContainerConcept
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.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.