We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b013ad commit 15f990bCopy full SHA for 15f990b
implement-trie-prefix-tree/invidam.go.md
@@ -23,7 +23,6 @@ func Constructor() Trie {
23
24
func (this *Trie) Insert(word string) {
25
if len(word) == 0 {
26
- ㅋ
27
return
28
}
29
0 commit comments