Skip to content

Commit a6c5caa

Browse files
Zanger67/leetcodeZanger67/leetcode
Zanger67/leetcode
authored and
Zanger67/leetcode
committed
Updated markdown files
1 parent 861a44c commit a6c5caa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdowns/_212. Word Search II.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> *First completed : June 27, 2024*
1010
>
11-
> *Last updated : June 29, 2024*
11+
> *Last updated : April 26, 2025*
1212
1313
------
1414

@@ -95,7 +95,6 @@ class Solution:
9595
self.visited.remove((r, c))
9696

9797

98-
9998
# Parsing through each possible origin index
10099
self.trie = self.constructTrie(words)
101100
output = set()

0 commit comments

Comments
 (0)