File:DancingSudoku.lhs

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DancingSudoku.lhs(file size: 15 KB, MIME type: unknown/unknown)

Warning: This file type may contain malicious code. By executing it, your system may be compromised.

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: