Hoff97 / sudoku

Simple Sudoku Solver in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple sudoku Solver in Haskell.

It reads the sudoku puzzle from an input file, solves it, and writes the solution to the exact same puzzle.

The input file should contain all the lines of the puzzle. Empty fields are denoted by any sign other than a digit.

About

Simple Sudoku Solver in Haskell


Languages

Language:Haskell 100.0%