Revision history of "File:DancingSudoku.lhs"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 21:49, 11 April 2006ChrisKuklewicz talk contribs 245 bytes +245 By Chris Kuklewicz, usual BSD license. A haskell-ized version of Knuth's dancing links algorithm. This algorithm can be used to solve any binary cover problem. Here is it applied to make a Sudoku solver. This is linked to from the "Sudoku" page.