Skip to content

Commit e087f99

Browse files
committed
solve implement trie prfix tree
1 parent 7ab11f8 commit e087f99

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

implement-trie-prefix-tree/sora0319.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,4 @@ public boolean startsWith(String prefix) {
3030
}
3131
}
3232

33-
/**
34-
* Your Trie object will be instantiated and called as such:
35-
* Trie obj = new Trie();
36-
* obj.insert(word);
37-
* boolean param_2 = obj.search(word);
38-
* boolean param_3 = obj.startsWith(prefix);
39-
*/
4033

0 commit comments

Comments
 (0)