mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 14:56:27 -04:00
Update check_sudoku_board.py
This commit is contained in:
parent
d982849688
commit
2e37835477
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Input: board =
|
|||
Output: true
|
||||
```
|
||||
|
||||
def isValidSudoku(self, board: List[List[str]]) -> bool:
|
||||
def is_valid_sudoku(board) -> bool:
|
||||
|
||||
N = 9
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue