An AI to generate crossword puzzles
-
Updated
Jan 9, 2022 - Python
An AI to generate crossword puzzles
Website that will generate crosswords for you after you input the words and select a structure using AI python Algorithms and data structures
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
C++ Crossword Solver using AC3 and Back Track Algorithms.
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
cpp AC3 algorithm implementation
Solving the sudoku as a CSP and heuristics like MRV and AC3
This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.
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.
Solving n-Queens to learn golang and constraint satisfaction problems
Artificial Intelligence using AC3 with backtracking to solve sudoku puzzles
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
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.
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."