A university project for AI class.
In this project,we solve the sudoku using CSP algorithms. this algorithms are Backtracking,Forward checking and for heuristic using MRV and Degree.
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.