Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 491 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 491 Bytes

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.