chiguire / sudoku

Some code-fu with Haskell for working with Sudoku solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Sudoku

This is just me tinkering with Haskell in order to procude code that is able to read a Sudoku solution and determine whether it's correct or not. It's also able, in the case it's not correct, to point out where the error is.

Possible future of this repository: a Sudoku solver, a UI for introducing this information.

About

Some code-fu with Haskell for working with Sudoku solutions

License:MIT License


Languages

Language:Haskell 100.0%