A simple and hackable exact cover solver inspired by Donald Knuth's Fascicle 5
-
Updated
May 17, 2024 - C
A simple and hackable exact cover solver inspired by Donald Knuth's Fascicle 5
Learning github with Hackathon's help :D
Rust implementation of Knuth's Algorithm X for solving exact cover problems
A Sudoku Solver using AI to identify the digits and Knuth's X Algorithm to solve the grid.
General puzzle solver with DLX
C++ Implementation of Dancing Links Algorithm
A solver for the EXACTCOVER problem based on Knuth's dancing links technique, in Lua.
A C library implementation of Knuth's Algorithm X with dancing links.
The Knuth-Morris-Pratt (KMP) Algorithm is a string matching algorithm used to find the occurrence of a pattern string in a text string. It uses a preprocessing step to create a failure function, which helps skip irrelevant comparisons and improves its efficiency compared to a simple string matching algorithm.
Nienna - A Combinatorial Problem solver using Knuth's algorithm X.
Add a description, image, and links to the knuth-algorithm-x topic page so that developers can more easily learn about it.
To associate your repository with the knuth-algorithm-x topic, visit your repo's landing page and select "manage topics."