dancing-links 0.1.0

Dancing links exact cover solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.maintenance]
status = "passively-maintained"
[dependencies.bumpalo]
version = "3.4"

[package]
authors = ["Declan Kelly <dkelly.home@gmail.com>"]
categories = ["algorithms", "data-structures", "mathematics"]
description = "Dancing links exact cover solver"
edition = "2018"
exclude = [".github/"]
keywords = ["algorithms", "data-structures", "sudoku", "latin-square", "dancing-links"]
license = "MIT OR Apache-2.0"
name = "dancing-links"
readme = "README.md"
repository = "https://github.com/declanvk/dancing-links/"
version = "0.1.0"