Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 419 Bytes

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.