Content deleted Content added
Add "See also" section |
Chrisjohnson (talk | contribs) mNo edit summary |
||
Line 1:
[[Donald Knuth|Donald Knuth's]] '''Algorithm X''', first presented in November of 2000, is a [[recursion (computer science)|recursive]], [[Nondeterministic_algorithm|nondeterministic]], [[depth-first]], [[brute-force]] [[algorithm]] that finds all solutions to the [[exact cover]] problem represented by a matrix ''A'' consisting of 0s and 1s.
The goal is to select a subset of the rows so that the digit 1 appears in each column exactly once.
|