Exact Cover Sudoku Solver
-
Updated
Dec 12, 2022 - C++
Exact Cover Sudoku Solver
C++ implementation of Donald Knuth's Algorithm X using the Dancing Links technique(DLX Algorithm).
Visualization of the algorithms needed to solve three-dimensional knapsack problems.
Rust implementation of Knuth's Algorithm X
Algorithm X dancing links solver for fillit puzzle
Swift implementations of Knuth's Dancing Links algorithm
This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.
Algorithm X and Dancing Links Visualizer
Solves Tetris and Soma cubes.
A moderately fast sudoku solver in python using Algorithm X and exact cover. I did this for a module at university. [Awarded 100%]
Knuth and Pryanik
Rust implementation of Knuth's Algorithm X for solving exact cover problems
An efficient backtracking algorithm that solves instances of the Exact Cover problem.
Simple sudoku solver using dancing links
Sudoku bot written in Python, with Algorithm X Solver written in Rust
a program to fill the smallest square with given tetrominos (using Knuth's Algorithm X)
Solve any sudoku puzzle using Algorithm X
Nienna - A Combinatorial Problem solver using Knuth's algorithm X.
A C library implementation of Knuth's Algorithm X with dancing links.
Add a description, image, and links to the algorithm-x topic page so that developers can more easily learn about it.
To associate your repository with the algorithm-x topic, visit your repo's landing page and select "manage topics."