
|
Sudoku Solver
This little tool right here will solve any sudoku puzzle you give it. I got bored one night and coded
a console version of it in PHP and decided to convert it for the web, so here it is! It will also inform
you if you enter an invalid board (no possible answers). If you enter a board with multiple answers, it
will only give you the first answer it sees.
|