Skip to content

Commit a96685a

Browse files
committed
style: fix ruff linting errors and line length
1 parent 07f90e4 commit a96685a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backtracking/word_search_path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Task:
66
Given an m x n grid of characters board and a string word,
77
return the first valid path of coordinates found that matches
8-
return the first valid path of coordinates found that matches
98
the word in the grid. If the word does not exist, return None.
109
1110
The word can be constructed from letters of sequentially adjacent cells,

0 commit comments

Comments
 (0)