*8.24 (Check Sudoku solution) Listing 8.4 checks whether a solution is valid by check- ing whether every number is valid
Posted: Fri Jul 08, 2022 6:40 am
*8.24 (Check Sudoku solution) Listing 8.4 checks whether a solution is valid by check- ing whether every number is valid in the board. Rewrite the program by checking whether every row, every column, and every small box has the numbers 1 to 9.