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 615fffb commit 26972dcCopy full SHA for 26972dc
1 file changed
implement-trie-prefix-tree/okyungjin.py
@@ -23,4 +23,3 @@ def search(self, word: str) -> bool:
23
24
def startsWith(self, prefix: str) -> bool:
25
return prefix in self.prefix_set
26
-
0 commit comments