In this project, you are going to use recursion to solve a variant of Sudoku puzzles. Rather than the standard 9-by-9 version, your program will solve 16-by-16 (hexadecimal) Sudoku
-
Updated
Dec 5, 2022 - Java
In this project, you are going to use recursion to solve a variant of Sudoku puzzles. Rather than the standard 9-by-9 version, your program will solve 16-by-16 (hexadecimal) Sudoku
Add a description, image, and links to the 16-by-16-sudoku-solver topic page so that developers can more easily learn about it.
To associate your repository with the 16-by-16-sudoku-solver topic, visit your repo's landing page and select "manage topics."