Sudoku Solver

Welcome! This Sudoku Sovler works in a pretty straight forward way, input the puzzle you are working on and click solve to compute a solution.

The solver assumes any entry that is not a number between 1-9 is a blank square.

The solver is implemented in Python, which does all the heavy lifting on the server, and returns the solved puzzle to the browser. This is a work in progress so any suggestions, comments, etc., are welcome.