Function
lcp
Returns the length of the longest-common-prefix of two Suffix Tree nodes.
lcp(a, b)
Parameters
a
The first node.
b
The second node.
Return Values
The lcp-length of a and b.
SeqAn - Sequence Analysis Library - www.seqan.de