Click or drag to resize

LongestCommonSubstringBaseLLLElement(Int32, Int32) Constructor

Initializes a new instance of the LongestCommonSubstringBaseLLLElement class with the specified LCP and index.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public LLElement(
	int lcp,
	int idx
)

Parameters

lcp  Int32
The longest common prefix value.
idx  Int32
The index in the suffix array.
See Also