Skip to content

Commit 861a44c

Browse files
committed
misc
1 parent faf5626 commit 861a44c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

my-submissions/h212 v2 Trie with removal of words once found once.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def propogate(board: List[List[str]], row: int, col: int, currentTrie) -> None :
2020
self.visited.remove((r, c))
2121

2222

23-
2423
# Parsing through each possible origin index
2524
self.trie = self.constructTrie(words)
2625
output = set()

0 commit comments

Comments
 (0)