Skip to content

Fast web-based Sudoku solver. Supports many variants including all grid sizes up to 16x16.

License

Notifications You must be signed in to change notification settings

sigh/Interactive-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Running locally

Run locally using Jekyll:

$ jekyll serve

About

Fast web-based Sudoku solver. Supports many variants including all grid sizes up to 16x16.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages