FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ac3-algorithm · GitHub Topics · GitHub

#

ac3-algorithm

Here are 26 public repositories matching this topic...

Sudoku Solver in Python

  • Updated Feb 9, 2023
  • Python

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

A Sudoku solver in Java using AC-3 constraint propagation, forward checking, and MRV/LCV-guided backtracking.

  • Updated Jul 6, 2026
  • Java

AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs

  • Updated Sep 5, 2025
  • Python

AC3 based sudoku solver.

  • Updated Feb 6, 2025
  • Java

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

My take at a suguru solver

  • Updated Jan 11, 2022
  • 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

Backtracking and forward-check algorithms for problem solving. Examples for sudoku, map coloring and Einstein's problem.

  • Updated May 16, 2021
  • 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++

Improve this page

Add a description, image, and links to the ac3-algorithm topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more


Back | FazBrowse Home | New Git URL