mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update check_sudoku_board.py
This commit is contained in:
parent
d982849688
commit
2e37835477
@ -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…
x
Reference in New Issue
Block a user