Sudoku solver

A simple sudoku solver implemented in Javascript. This is a port of my previous Python solution.

This program uses a randomized approach… which implies that if a problem has more than one solution, this program will randomly find one of the solutions. You can even try to solve a problem with no clues… the program will respond with a random (correctly filled) sudoku - click on “Solve” to give it a try.

Comments