Skip to content

zahrasalarian/CSP-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Artificial intelligence course project 2

It's a sudoku solver.
The board consists of cards that include color and number.
Except for the Sudoku rule for numbers, adjacent cells should not be the same color.
It uses Backtrack, Forward checking, MRV, and Degree algorithms.
You can read more from the project description in the AI_P2 file.