Content deleted Content added
Algorithm X is a backtracking algorithm, not a brute-force algorithm |
it's older than 2000, c.f. Knuth's paper on dancing links among others (where k. refers to dlx being used in 1999). it's just knuth's name for "trial-and-error" |
||
Line 1:
[[Donald Knuth]]'s '''Algorithm X'''
The goal is to select a subset of the rows so that the digit 1 appears in each column exactly once.
|