void increment() { node_m = node_m->next(); }
node_t* next(char c){ if (g(c) != NULL) return g(c); child[c] = failure->next(c); return child[c]; }