Sudoku
A Haskell implementation of A Pencil-and-Paper Algorithm for Solving Sudoku Puzzles by J. F. Crook.
Sudoku puzzles from Peter Norvig.
Building
Clone the repo and build using Stack
stack build
Running
Read and solve puzzles from stdin:
cat hardest.txt | stack exec sudoku