MCPcopy Create free account
hub / github.com/Jonathan-Uy/CSES-Solutions / init

Function init

String Algorithms/Finding Patterns.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void init(){
44 node[0].len = 0;
45 node[0].link = -1;
46 sz = 1;
47 last = 0;
48}
49
50bool query(){
51 int u = 0;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected