second project at AUT Artificial Intelligence course (Fall 2020)
-
Updated
Feb 14, 2021 - Python
second project at AUT Artificial Intelligence course (Fall 2020)
A Sudoku solver in Java using AC-3 constraint propagation, forward checking, and MRV/LCV-guided backtracking.
SudokuSensei 🧩 El sensei que resuelve sudokus con técnicas humanas + Backtracking, MRV, Forward Checking, Naked/Hidden Pairs, X-Wing, GUI con Tkinter, versión web con Flask y exportación a PDF.
Spring Boot web app that solves the N-Queens problem using three CSP algorithms — Backtracking, Forward Checking, and MAC — enhanced with MRV, Degree, and LCV heuristics. Includes a built-in interactive frontend for visualizing and comparing results.
Final Project in AI Course, HUJI
To associate your repository with the forwardchecking topic, visit your repo's landing page and select "manage topics."