dancing-links 0.1.0

Dancing links exact cover solver
Documentation
1
2
3
4
5
# Dancing Links

[![CI](https://github.com/declanvk/dancing-links/workflows/CI/badge.svg)](https://github.com/declanvk/dancing-links/actions?query=workflow%3ACI)

Implementation of [Dancing Links](https://en.wikipedia.org/wiki/Dancing_Links) and [Algorithm X](https://en.wikipedia.org/wiki/Knuth%27s_Algorithm_X) for solving [exact cover](https://en.wikipedia.org/wiki/Exact_cover) problems.