sigh / Interactive-Sudoku-Solver

Fast web-based Sudoku solver. Supports many variants including all grid sizes up to 16x16.
MIT License
33 stars 9 forks source link
jigsaw-sudoku killer-sudoku sudoku sudoku-solver

Interactive Sudoku Solver (ISS)

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

Running locally

Run locally using Jekyll:

jekyll serve

Contributions

Contributions are welcome including: