Skip to content

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

Notifications You must be signed in to change notification settings

SMojtabaE/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages