There are 0 repository under algorithm-x topic.
Exact Cover Sudoku Solver
Visualization of the algorithms needed to solve three-dimensional knapsack problems.
C++ implementation of Donald Knuth's Algorithm X using the Dancing Links technique(DLX Algorithm).
Swift implementations of Knuth's Dancing Links algorithm
Algorithm X and Dancing Links Visualizer
Rust implementation of Knuth's Algorithm X
Simple sudoku solver using dancing links
Nienna - A Combinatorial Problem solver using Knuth's algorithm X.
A moderately fast sudoku solver in python using Algorithm X and exact cover. I did this for a module at university. [Awarded 100%]
An implementation of Donald Knuth's Algorithm X (that solves the exact cover problem). For educational purposes.
Experimenting sudoku solver with OpenCV
Цель проекта - разместить заданный набор тетриминок (фигурок тетриса, состоящих из 4 блоков) в квадратной области наименьшей площади так, чтобы тетриминки не пересекались друг с другом (незаполненные «дырки» в области допускаются). При реализации использовалась интерпретация Алгоритма Х Д.Кнута с использованием техники “танцующих ссылок”.
Animated solutions to the pentomino problem using Don Knuth's algorithm X. (Why didn't I write unit tests???)
A Sudoku solver implemented using Knuth's Algorithm X
Solve any sudoku puzzle using Algorithm X
Rust implementation of Knuth's Algorithm X for solving exact cover problems
A C library implementation of Knuth's Algorithm X with dancing links.
Java implementation of a simple backtracking sudoku solver and a sudoku solver using Algorithm X and Dancing Links by Donald Knuth
Solutions to the homework problems presented in Artificial intelligence and Machine learning courses.
Sudoku solver, the functional way
Generic, reusable and well documented public domain "exact cover with colors" solver, with examples. (Backup repository)