Skip to content

dyuste/python_toys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Artificial intelligence related toys:

sudoku_solver_csp.py
- Solves a sudoku given as first argument by first trying constraint satisfaction arc propagation algorithm (AC3). If it is not enough, backtracking finds the solution.
- Usage: python sudoku_solver_csp.py 094000130000000000000076002080010000032000000000200060000050400000008007006304008

About

AI related algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages