Click or drag to resize

LongestCommonSubstringBase Constructor

Initializes a new instance of the problem solver for the longest common substring problem.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LongestCommonSubstringBase(
	GeneralizedSuffixArray gsa
)

Parameters

gsa  GeneralizedSuffixArray
Generalized suffix array. It is neccessary that this was constructed with individual words.
See Also