/SudokuBot

An app that let's you cheat at Sudoku.

Primary LanguageSwift

SudokuBot

A Sudoku puzzle engine and interface that will even let you cheat.

The algorithm that powers the app is a Swift implementation of Donald Knuth's "Dancing Links" approach to recursive backtracking. http://en.wikipedia.org/wiki/Dancing_Links