We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156d6ef commit 79bf24cCopy full SHA for 79bf24c
String Algorithms & Data Structures/Suffix Automata.cpp
@@ -38,7 +38,7 @@ class SuffixAutomata {
38
++sz;
39
}
40
41
- void addChar (char c) {
+ void addChar ( char c ) {
42
int cur = sz++;
43
mem( Pool[cur].next , -1 );
44
Pool[cur].len = Pool[last].len + 1;
0 commit comments