Skip to content

Commit 26972dc

Browse files
committed
208. Implement Trie (Prefix Tree) - fix linelint
1 parent 615fffb commit 26972dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

implement-trie-prefix-tree/okyungjin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ def search(self, word: str) -> bool:
2323

2424
def startsWith(self, prefix: str) -> bool:
2525
return prefix in self.prefix_set
26-

0 commit comments

Comments
 (0)