Exact Cover Sudoku Solver
-
Updated
Dec 12, 2022 - C++
Exact Cover Sudoku Solver
A user friendly implementation of Knuth's dancing links algorithm for exact cover search.
Knuth's Dancing Links algorithm in Java
Donald Knuth's Algorithm 7.2.2.1M for covering with multiplicities and colors via dancing links
Rust implementation of Knuth's Algorithm X
A simple and hackable exact cover solver inspired by Donald Knuth's Fascicle 5
Solve pentomino exact cover problem recursively
Algorithm X and Dancing Links Visualizer
C++ dancing links solver
A moderately fast sudoku solver in python using Algorithm X and exact cover. I did this for a module at university. [Awarded 100%]
Exact cover solver with Dancing Links and Algorithm X, written in pure python
Rust implementation of Knuth's Algorithm X for solving exact cover problems
A playground to play with dancing links
Progetto per il corso di Algoritmi e Strutture Dati dell'Università degli Studi di Brescia, AA 2021/2022.
C++17 constexpr implementation of Donald Knuth's dancing links (DLX) exact cover algorithm / Sudoku solver.
Implementation of different Exact Cover Solvers and a benchmark with Sudokus.
Implementing Energy Efficient Algorithms
sudoku solver with dancing links in scala
An efficient backtracking algorithm that solves instances of the Exact Cover problem.
Add a description, image, and links to the exact-cover topic page so that developers can more easily learn about it.
To associate your repository with the exact-cover topic, visit your repo's landing page and select "manage topics."