Skip to content

PavelVPV/sudoku_solver_hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku solver using Algorithm X

This is a script written in Haskell that uses Algorthim X to solve a sudoku puzzle 9x9. The script contains functions to generate a sudoku, an exact cover matrix based on the sudoku puzzle where unsolved cells are replaced with null and algorithm X implementation.

See the file header for more information about using the script.

About

Sudoku solver using Algorithm X written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published