Skip to content

Implementation of Knuth's Dancing Links algorithm for exact-cover problems (includes sudoku solver)

License

Notifications You must be signed in to change notification settings

rafalio/dancing-links-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dancing-Links in Java

This is a Java implementation of Knuth's Dancing Links algorithm for solving exact cover problems efficiently.

Currently, it can

  • Solve an exact cover problem (given an int[][] with 0's and 1's)
  • Generate solutions to a sudoku board

About

Implementation of Knuth's Dancing Links algorithm for exact-cover problems (includes sudoku solver)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages