Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razimantv/dancinglinks

Solve games and problems reducible to exact-cover problem using Knuth's Algorithm X with Dancing Links
https://github.com/razimantv/dancinglinks

c-plus-plus dancing-links puzzle-solver queens-puzzle sudoku-solver

Last synced: about 1 month ago
JSON representation

Solve games and problems reducible to exact-cover problem using Knuth's Algorithm X with Dancing Links

Awesome Lists containing this project

README

        

DancingLinks
============

Solve games and problems reducible to exact-cover problem using Knuth's
Algorithm X with Dancing Links

Current problems solved are:
* [N-queens problem](https://en.wikipedia.org/wiki/Eight_queens_puzzle)
* [Sudoku](https://en.wikipedia.org/wiki/Sudoku)
* [Dominosa](http://www.puzzle-dominosa.com/)
* [Rectangles/Shihaku](https://en.wikipedia.org/wiki/Shikaku)