Skip to content

Commit d73a036

Browse files
committed
style: fix ruff linting errors and line length
1 parent 532fee0 commit d73a036

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)