/Sudoku-Solver

A university project for AI class that Solve Sudoku usinig CSP algorithms like backtracking and forwardchecking,and for heuristic uses MRV and Degree

Primary LanguagePython

Sudoku Solver

A university project for AI class.

Description

In this project,we solve the sudoku using CSP algorithms. this algorithms are Backtracking,Forward checking and for heuristic using MRV and Degree.

Executing program

In file of project there is 4 sudoku board,2 are 99 and 2 are 44.run the program and if the sudoku has an answer it will print it,otherwise will print this sudoku cant be solved.