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 37b3797 commit e7edab1Copy full SHA for e7edab1
word-search/yyyyyyyyyKim.py
@@ -29,4 +29,4 @@ def dfs(x, y, idx):
29
if dfs(i, j, 0):
30
return True
31
32
- return False
+ return False
0 commit comments