Skip to content

Rust implementation of Dancing Links exact cover algorithm

Notifications You must be signed in to change notification settings

edmccard/dlx-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlx-rs

An implementation of Knuth's 'Dancing Links' algorithm for solving exact cover problems.

Usage

Add this to your Cargo.toml:

[dependencies]
dlx = "0.1.0"

and this to your crate root:

extern crate dlx;

About

Rust implementation of Dancing Links exact cover algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages