GitHunt

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.

Languages

Python100.0%

Contributors

Created January 24, 2021
Updated April 23, 2023