Skip to content

This was a university AI project where I had to implement different constraint satisfaction problem methods and use them to solve sudoku puzzles

License

Notifications You must be signed in to change notification settings

TelevisionNinja/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

This was a university AI project where I had to implement different constraint satisfaction problem methods and use them to solve sudoku puzzles. I implemented additional methods for fun.

Methods:

  • backtracking
  • forward checking
  • arc consistency
  • minimum remaining value
  • least constraining value

grid backtracking

About

This was a university AI project where I had to implement different constraint satisfaction problem methods and use them to solve sudoku puzzles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages