An interactive sudoku solver written in Javascript.
It aims to solve solve sudoku puzzles with a variety of different constraints while making it easy to explore the solution space including:
- Iterating over the solutions.
- Counting the numbers solutions.
- Seeing all possible values a cell can take.
- Stepping through the solving process.
It does not aim to follow human alogrithms for solving sodoku.
See it in action at http://sigh.github.io/Interactive-Sudoku-Solver
Run locally using Jekyll:
$ jekyll serve