dancing-links-algorithms
There are 10 repositories under dancing-links-algorithms topic.
sigmadelusionist/DLX-Sudoku-Solver
C++ implementation of Donald Knuth's Algorithm X using the Dancing Links technique(DLX Algorithm).
mcmtilman/DancingLinks
Swift implementations of Knuth's Dancing Links algorithm
shah314/sudoku
Sudoku Solver and Puzzle Generator
SiriusNEO/Sudoku-Breaker
基于 DLX (Dancing-Link-X) 算法实现的数独爆搜器
spejamchr/sudoku
Sudoku puzzle solver/creator using Knuth's dancing links
joshGilstrap/Dancing-Links-v3
C++ Implementation of Dancing Links Algorithm
PhoenixSmaug/Mondrian
Efficient solver for the Mondrian Art Problem
PhoenixSmaug/PerfectPacking.jl
PerfectPacking.jl - Different exhaustive algorithms for perfect rectangle packing implemented in Julia
raselashraf21/PentominoSolver
Generate solutions for all pentomino board
ThomBreugelmans/sudoku-solver
Java implementation of a simple backtracking sudoku solver and a sudoku solver using Algorithm X and Dancing Links by Donald Knuth