Click or drag to resize
KMP Constructor (Char, Int32)
Preprocesses the pattern string.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public KMP(
	char[] pattern,
	int R
)

Parameters

pattern
Type: SystemChar
the pattern string
R
Type: SystemInt32
the alphabet size
See Also