Click or drag to resize
KMP Constructor (String)
Preprocesses the pattern string.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public KMP(
	string pat
)

Parameters

pat
Type: SystemString
pat the pattern string
See Also