SudokusolverΒΆ

Library with a builtin CLI frontend to solve sudoku puzzles using a backtracking algorithm.

In order to solve a sudoku puzzle efficiently Knuth’s Algorithm-X is used after the exact cover problem has been applied to it.

Even this library was actually written to solve sudokus, you can use the core modules to implement your own solver for any kind of exact cover problems.

Contents: