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 a33faa0 commit 213e622Copy full SHA for 213e622
implement-trie-prefix-tree/thispath98.py
@@ -39,4 +39,4 @@ def startsWith(self, prefix: str) -> bool:
39
# obj = Trie()
40
# obj.insert(word)
41
# param_2 = obj.search(word)
42
-# param_3 = obj.startsWith(prefix)
+# param_3 = obj.startsWith(prefix)
0 commit comments