ac3-algorithm
Here are 14 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
Solving the sudoku as a CSP and heuristics like MRV and AC3
-
Updated
May 6, 2023 - Python
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
Harvard University CS50’s Introduction to Artificial Intelligence with Python (2025)
-
Updated
Oct 29, 2025 - Python
AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs
-
Updated
Sep 5, 2025 - Python
AI Basic tasks from CS50’s Introduction to Artificial Intelligence with Python.
-
Updated
May 2, 2022 - 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
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
-
Updated
May 16, 2021 - Python
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
AI Sudoku Solver implemented by formulating the puzzle as a Constraint Satisfaction Problem (CSP). Uses AC3 to reduce variable domains and Backtracking Search for solution finding.
-
Updated
Jun 10, 2025 - Python
Python/Numpy scripts implementing Artificial Intelligence algorithms
-
Updated
Nov 4, 2021 - 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."