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 bb07450 commit 27a0546Copy full SHA for 27a0546
implement-trie-prefix-tree/jinvicky.java
@@ -37,4 +37,4 @@ public boolean startsWith(String prefix) {
37
* obj.insert(word);
38
* boolean param_2 = obj.search(word);
39
* boolean param_3 = obj.startsWith(prefix);
40
- */
+ */
0 commit comments