imbenham / SudokuBot

An app that let's you cheat at Sudoku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An app that let's you cheat at Sudoku.


Languages

Language:Swift 99.9%Language:Objective-C 0.1%