Content deleted Content added
Curly Turkey (talk | contribs) added Donald Knuth navbox |
m Various citation & identifier cleanup, plus AWB genfixes. using AWB |
||
Line 1:
[[Donald Knuth]]'s '''Algorithm X''' is a [[recursion (computer science)|recursive]], [[
Algorithm X functions as follows:
Line 144:
|}
: Row ''D'' remains and columns 2, 3, 5, and 6 remain:
::{| border="1" cellpadding="5" cellspacing="0"
Line 219:
|}
: Rows ''D'', ''E'', and ''F'' remain and columns 2, 3, 5, 6, and 7 remain:
::{| border="1" cellpadding="5" cellspacing="0"
Line 289:
|}
:: Row ''F'' remains and columns 2 and 7 remain:
:::{| border="1" cellpadding="5" cellspacing="0"
Line 379:
==External links==
*[http://cheeso.members.winisp.net/srcview.aspx?dir=Sudoku&file=ExactCover.cs Implementation of an Exact Cover solver in C#] - uses Algorithm X and the Dancing Links optimization.
* [http://github.com/mlepage/polycube-solver Polycube solver] Program (with Lua source code) to fill boxes with polycubes using [[Algorithm X]].
Line 385 ⟶ 384:
{{Donald Knuth navbox}}
[[Category:Search algorithms]]
[[Category:Donald Knuth]]
|