KMP Constructor (Char, Int32) |
Preprocesses the pattern string.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic KMP(
char[] pattern,
int R
)
Parameters
- pattern
- Type: SystemChar
the pattern string - R
- Type: SystemInt32
the alphabet size
See Also