Difference between revisions of "File:DancingSudoku.lhs"

From HaskellWiki
Jump to navigation Jump to search
(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.)
 
(No difference)

Latest revision as of 21:49, 11 April 2006

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current21:49, 11 April 2006 (15 KB)ChrisKuklewicz (talk | contribs)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.

The following page uses this file: