ac3-algorithm
There are 17 repositories under ac3-algorithm topic.
vuurball/ai-6-crossword-generator
An AI to generate crossword puzzles
aurbano/sudoku_py
Sudoku Solver in Python
noehoro/crossword-flask
Website that will generate crosswords for you after you input the words and select a structure using AI python Algorithms and data structures
felipecacique/SudokuSolver
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
MahmoudHussienMohamed/AC3-CPP-Crossword-Solver
C++ Crossword Solver using AC3 and Back Track Algorithms.
arashsm79/ravenous-polarity
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
geekn0rd/Sudoku-AI
Solving the sudoku as a CSP and heuristics like MRV and AC3
salar-shdk/AC3
cpp AC3 algorithm implementation
adaskoko/Sudoku-Solver-Map-Coloring-Einstein-Problem
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
alinourian/Artificial-Intelligence-Assignments
This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.
bmarroc/artificial-intelligence
Python/Numpy scripts implementing Artificial Intelligence algorithms
hamedrq7/Magnet-puzzle-as-a-CSP
This is a homework about Formulating a game called "Magnet Puzzle" into CSP, then using Backtracking, Forward Checking to solve it. Various heuristics such as MRV, LCV, Arc consistency (AC3) is used to improve the searching performance. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
jubiiz/suguru
My take at a suguru solver
lukemjohnston/Sudoku-AI
Artificial Intelligence using AC3 with backtracking to solve sudoku puzzles
scottfones/goqueens
Solving n-Queens to learn golang and constraint satisfaction problems
afaq-ahmed07/Sudoku
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.
ifrazaib/SuddukoPuzzle
I have added Sudoku puzzle solver in python language with the AC3 and Backtracking algorithm to master the Artificial Intelligence skills