You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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