GenPark AI Agent Skill - Constraint Satisfaction Problem (CSP) solver implementing Arc Consistency AC-3 and Minimum Remaining Values (MRV) backtracking search.
-
Updated
Sep 9, 2026 - Python
GenPark AI Agent Skill - Constraint Satisfaction Problem (CSP) solver implementing Arc Consistency AC-3 and Minimum Remaining Values (MRV) backtracking search.
GenPark AI Agent Skill - Constraint Satisfaction Problem (CSP) solver implementing Arc Consistency AC-3 and Minimum Remaining Values (MRV) backtracking search.
An AI to generate crossword puzzles
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
Website that will generate crosswords for you after you input the words and select a structure using AI python Algorithms and data structures
C++ Crossword Solver using AC3 and Back Track Algorithms.
Solving the sudoku as a CSP and heuristics like MRV and AC3
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
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.
cpp AC3 algorithm implementation
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.
Harvard University CS50’s Introduction to Artificial Intelligence with Python (2025)
AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs
A Sudoku solver in Java using AC-3 constraint propagation, forward checking, and MRV/LCV-guided backtracking.
Crossword puzzle generator in Python that solves Constraint Satisfaction Problems (CSPs) using AC-3 Arc Consistency and Backtracking Search for CS50AI.
AI Basic tasks from CS50’s Introduction to Artificial Intelligence with Python.
Computational Intelligence Project — Intelligent Traffic Control with Fuzzy Logic + PSO + ACO
To associate your repository with the ac3-algorithm topic, visit your repo's landing page and select "manage topics."