Skip to content

Commit e7edab1

Browse files
committed
word-search solution
1 parent 37b3797 commit e7edab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-search/yyyyyyyyyKim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def dfs(x, y, idx):
2929
if dfs(i, j, 0):
3030
return True
3131

32-
return False
32+
return False

0 commit comments

Comments
 (0)