MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/String/KMPalgo.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int main()
64{
65 string txt, pat;
66 cin >> txt >> pat;
67 KMP(txt, pat);
68 return 0;
69}

Callers

nothing calls this directly

Calls 1

KMPFunction · 0.85

Tested by

no test coverage detected