Skip to content

C++ and JavaScript implementation of Donald Knuth's Algorithm X using the Dancing Links technique or Algorithm DLX.

Notifications You must be signed in to change notification settings

KarlHajal/DLX-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLX Sudoku Solver

This is a C++ implementation of Donald Knuth's Algorithm DLX which enumerates all solutions to an exact cover problem. It is used to solve Sudoku puzzles.

I also implemented it in JavaScript to create a simple Sudoku Solver web application.

See it in action at: https://karlhajal.github.io/DLX-Sudoku-Solver

Acknowledgements

About

C++ and JavaScript implementation of Donald Knuth's Algorithm X using the Dancing Links technique or Algorithm DLX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published