Sudoku solver written using Donald Knuth's AlgorithmX with dancing links, see paper. Capable of sub 1ms solutions.
- Add GUI, possibly through WIN32 API
-
Dancing links paper by Zendoku
-
Donald Knuth for the original paper on AlgorithmX
-
Robert Hanson for an ASCII representation of the exact cover matrix