pyguymer3.checkSudokuBoard¶
- pyguymer3.checkSudokuBoard(board, /)[source]¶
Check a Sudoku board is valid
This function reads in a 2D array representing the values in a Sudoku board and check that it is valid.
- Parameters:
board (numpy.ndarray) – the Sudoku board
- Returns:
valid – the validity of the Sudoku board
- Return type:
Notes
Copyright 2017 Thomas Guymer [1]
References