Click or drag to resize

GeneralizedSuffixArrayLCPSArray Property

Gets the LCPS array.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int[] LCPSArray { get; }

Property Value

Int32
The LCPS array.
See Also