Skip to content

Commit c8243bd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7625d7a commit c8243bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backtracking/crossword_puzzle_solver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
https://www.geeksforgeeks.org/solve-crossword-puzzle/
55
"""
66

7+
78
def is_valid(
89
puzzle: list[list[str]], word: str, row: int, col: int, vertical: bool
910
) -> bool:

0 commit comments

Comments
 (0)