-
Field Summary 
Fields
private int[][]
private char[]
private final int
-
Constructor Summary 
Constructors
KMP(char[] pattern,
int R)
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
Constructor Details 
-
KMP 
-
KMP 
public KMP(char[] pattern,
int R)
-
Method Details 
-
search 
-
search 
public int search(char[] text)
-
main 