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 7ab11f8 commit e087f99Copy full SHA for e087f99
implement-trie-prefix-tree/sora0319.java
@@ -30,11 +30,4 @@ public boolean startsWith(String prefix) {
30
}
31
32
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
- */
40
0 commit comments