Skip to content

Releases: esthervanenckevort/SudokuKit

Added generated games

17 Sep 17:03
Compare
Choose a tag to compare

Added the generated games from the testcases to the library
Adding convenience methods to use a generated game

Bugfix release

17 Sep 16:09
Compare
Choose a tag to compare

Fixed initialisation of Playboard

Sudoku Solver based on Knuth's Algorithm X (Dancing Links)

17 Sep 15:02
Compare
Choose a tag to compare

Solver for standard Sudokus based on Knuth's Algorithm X (Dancing Links) in Swift.