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 07f90e4 commit a96685aCopy full SHA for a96685a
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