MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / state

Class state

code/strings/eertree.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#define BASE 'a'
4char *s = new char[MAXN];
5struct state {
6 int len, link, to[SIGMA];
7} *st = new state[MAXN+2];
8struct eertree {
9 int last, sz, n;
10 eertree() : last(1), sz(2), n(0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected