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 532fee0 commit d73a036Copy full SHA for d73a036
backtracking/word_search_path.py
@@ -5,7 +5,6 @@
5
Task:
6
Given an m x n grid of characters board and a string word,
7
return the first valid path of coordinates found that matches
8
-return the first valid path of coordinates found that matches
9
the word in the grid. If the word does not exist, return None.
10
11
The word can be constructed from letters of sequentially adjacent cells,
0 commit comments