An AI to generate crossword puzzles
-
Updated
Jan 9, 2022 - Python
An AI to generate crossword puzzles
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
Solving the sudoku as a CSP and heuristics like MRV and AC3
Python/Numpy scripts implementing Artificial Intelligence algorithms
A Python-based Sudoku puzzle solver that utilizes the Backtracking and AC-3 algorithms to find solutions. The project features a user-friendly GUI built with Tkinter, allowing users to input puzzles, solve them automatically, and clear the board for new entries.
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
I have added Sudoku puzzle solver in python language with the AC3 and Backtracking algorithm to master the Artificial Intelligence skills
Add a description, image, and links to the ac3-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the ac3-algorithm topic, visit your repo's landing page and select "manage topics."