No easter eggs here :(

Chris Jeakle

A computer scientist interested in solving cool problems
 

 

Solve Sudokus

Sudokus of any difficulty from sites like websudoku.com should be solved very quickly.

Be aware that there exist worst case inputs that will be slow.

Try this "easy" difficulty example

Or try this "evil" difficulty example



Click here or view source to see the implementation.
Older iterations of my solver are in Python and C++.