ac3-algorithm
Here are 23 public repositories matching this topic...
An AI to generate crossword puzzles
-
Updated
Jan 9, 2022 - Python
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
-
Updated
Aug 18, 2023 - Python
Website that will generate crosswords for you after you input the words and select a structure using AI python Algorithms and data structures
-
Updated
Dec 4, 2025 - HTML
C++ Crossword Solver using AC3 and Back Track Algorithms.
-
Updated
Nov 12, 2022 - C++
Solving the sudoku as a CSP and heuristics like MRV and AC3
-
Updated
May 6, 2023 - Python
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
-
Updated
Jul 8, 2022 - Rust
cpp AC3 algorithm implementation
-
Updated
Nov 26, 2021 - C++
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.
-
Updated
May 19, 2024 - Python
AI Basic tasks from CS50’s Introduction to Artificial Intelligence with Python.
-
Updated
May 2, 2022 - Python
AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs
-
Updated
Sep 5, 2025 - Python
AI to generate crossword puzzles, problem formulated as a contraint satisfaction problem, using ac3 and backtrack algorithms in order to solve the problem.
-
Updated
May 1, 2025 - Python
Harvard University CS50’s Introduction to Artificial Intelligence with Python (2025)
-
Updated
Oct 29, 2025 - Python
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
-
Updated
May 16, 2021 - Python
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.
-
Updated
Jul 13, 2022 - Java
Solving n-Queens to learn golang and constraint satisfaction problems
-
Updated
Feb 12, 2022 - Go
Artificial Intelligence using AC3 with backtracking to solve sudoku puzzles
-
Updated
Jan 20, 2022 - C++
I have added Sudoku puzzle solver in python language with the AC3 and Backtracking algorithm to master the Artificial Intelligence skills
-
Updated
Aug 25, 2024 - Python
Improve this page
Add a description, image, and links to the ac3-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ac3-algorithm topic, visit your repo's landing page and select "manage topics."