Content deleted Content added
No edit summary |
No edit summary |
||
Line 21:
Algorithm X functions as follows:
* Using any [[deterministic algorithm]], choose a column, c.
*
* Remove any unselected rows which have a 1 in any column which r has a 1 in.
* Remove from the matrix any columns for which row r has a 1.
Line 106:
Column 1 is removed.
The result is an empty matrix, so this is a solution. The
[[Donald Knuth]] further suggested an implementation of this algorithm using circular [[
==External links==
* [http://www-cs-faculty.stanford.edu/~knuth/preprints.html Knuth's paper] (look for P159)
* [http://xxx.lanl.gov/PS_cache/cs/pdf/0011/0011047.pdf
|