Exact Cover - Finding Solutions

Finding Solutions

Knuth's Algorithm X is a recursive, nondeterministic, depth-first, backtracking algorithm that finds all solutions to the exact cover problem.

Dancing Links, commonly known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X on a computer. Dancing Links uses the matrix representation of the problem. Dancing Links implements the matrix as a series of doubly linked lists of the 1s of the matrix: each 1 element has a link to the next 1 above, below, to the left, and to the right of itself.

Read more about this topic:  Exact Cover

Famous quotes containing the words finding and/or solutions:

    Hence the spiritual weariness of the conscientious mother: You’re always finding out just one more vital tidbit.
    Sonia Taitz (20th century)

    Football strategy does not originate in a scrimmage: it is useless to expect solutions in a political compaign.
    Walter Lippmann (1889–1974)