exact-cover
Here are 9 public repositories matching this topic...
Exact cover solver with Dancing Links and Algorithm X, written in pure python
-
Updated
Jul 24, 2023 - Python
A moderately fast sudoku solver in python using Algorithm X and exact cover. I did this for a module at university. [Awarded 100%]
-
Updated
Jul 3, 2023 - Python
Progetto per il corso di Algoritmi e Strutture Dati dell'Università degli Studi di Brescia, AA 2021/2022.
-
Updated
Mar 13, 2023 - Python
Implementing Energy Efficient Algorithms
-
Updated
Feb 18, 2024 - Python
Exact Cover problem generator and solver
-
Updated
Nov 7, 2023 - Python
This program solves a given sudoku by converting the puzzle into an exact cover problem, which is then solved using Knuth's Algorithm X. The GUI is made in Qt using PyQt5.
-
Updated
Sep 8, 2021 - Python
Encodes, solves, and decodes the exact cover problem via reduction to SAT
-
Updated
Nov 21, 2024 - Python
A Sudoku Solver using AI to identify the digits and Knuth's X Algorithm to solve the grid.
-
Updated
Jun 10, 2021 - Python
Improve this page
Add a description, image, and links to the exact-cover topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exact-cover topic, visit your repo's landing page and select "manage topics."