fmsbeekmans / sudoku-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

Backtracking implementation of a sudoku solver.

Running

To run the solver it has to be compiled first using stack build, then it can be ran with stack exec sudoku.

Future work

  • Using input
  • Better parser
  • Using indices
  • Using more algorithms

About


Languages

Language:Haskell 100.0%