ac3-algorithm
Here are 24 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++
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
-
Updated
Jul 8, 2022 - Rust
Solving the sudoku as a CSP and heuristics like MRV and AC3
-
Updated
May 6, 2023 - Python
An AI-powered Sudoku Solver & Benchmarker modeling Sudoku as a CSP. Implements Uninformed DFS, Informed AC-3 + MRV, Forward Checking, and Simulated Annealing with an interactive glassmorphic UI and multi-threaded Python backend.
-
Updated
Jun 25, 2026 - HTML
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
AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs
-
Updated
Sep 5, 2025 - Python
A Sudoku solver in Java using AC-3 constraint propagation, forward checking, and MRV/LCV-guided backtracking.
-
Updated
Jul 6, 2026 - Java
Harvard University CS50’s Introduction to Artificial Intelligence with Python (2025)
-
Updated
Oct 29, 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
AI Basic tasks from CS50’s Introduction to Artificial Intelligence with Python.
-
Updated
May 2, 2022 - Python
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++
Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.
-
Updated
May 16, 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."