We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d442b81 commit fe862a6Copy full SHA for fe862a6
trie.cpp
@@ -0,0 +1,4 @@
1
+class trie {
2
+ trie *a[26];
3
+ bool flag;
4
+}
0 commit comments