A fast web-based solver written in JavaScript.
It solve sudoku puzzles including a large number of variants, while making it easy to explore the solution space including:
It does not aim to follow human algorithms for solving sudoku, but instead aims to be as fast as possible.
It is hosted at http://sigh.github.io/Interactive-Sudoku-Solver
Run locally using Jekyll:
jekyll serve
Contributions are welcome including: