Project detail
Sudoku Solver
A solver project for Sudoku puzzles. This page is ready for notes about constraint checking, backtracking and the algorithm used to complete valid boards.
Overview
The project can show how a Sudoku board is represented, how invalid moves are rejected and how a search strategy finds a valid solution.