Skip to content
maciej-brochocki edited this page Feb 27, 2017 · 1 revision

This project contains a simple algorithmic (non-brute force) sudoku solver. Algorithm is described at: https://mmorfe.blogspot.com/2008/09/rozwizywanie-sudoku.html. It will solve all easy, medium and hard puzzles, but some extremely hard puzzles require more sophisticated techniques. Algorithm is very simple and elegant, derived from the game rules.

Clone this wiki locally