Algorithm X dancing links solver for fillit puzzle
-
Updated
Nov 22, 2019 - C
Algorithm X dancing links solver for fillit puzzle
Knuth and Pryanik
An efficient backtracking algorithm that solves instances of the Exact Cover problem.
a program to fill the smallest square with given tetrominos (using Knuth's Algorithm X)
A C library implementation of Knuth's Algorithm X with dancing links.
Fillit is a program, which find the smallest square from "Tetris" shapes
Цель проекта - разместить заданный набор тетриминок (фигурок тетриса, состоящих из 4 блоков) в квадратной области наименьшей площади так, чтобы тетриминки не пересекались друг с другом (незаполненные «дырки» в области допускаются). При реализации использовалась интерпретация Алгоритма Х Д.Кнута с использованием техники “танцующих ссылок”.
Simple but fast constraint solver for sudoku (N x N).
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."