MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/RabinKarp.java:43–48  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

41 }
42
43 public static void main(String[] args) {
44 String txt = "ABCCDDAEFG";
45 String pattern = "CDD";
46 int q = 13;
47 search(pattern, txt, q);
48 }
49}

Callers

nothing calls this directly

Calls 1

searchMethod · 0.95

Tested by

no test coverage detected