Skip to content

Commit fe862a6

Browse files
authored
Create trie.cpp
1 parent d442b81 commit fe862a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

trie.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class trie {
2+
trie *a[26];
3+
bool flag;
4+
}

0 commit comments

Comments
 (0)