mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update check_sudoku_board.py
This commit is contained in:
parent
3215e25e12
commit
5d9313dd85
1 changed files with 1 additions and 0 deletions
|
@ -51,3 +51,4 @@ def is_valid_sudoku(board) -> bool:
|
|||
boxes[index].add(val)
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue