Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 199 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 199 Bytes

Sudoku Solver

Solves sudokus by applying pure bruteforce (backtracking algorithm). You must have erlang installed.

Build

bash$ gmake escript

Test

bash$ ./sudoku_solver resources/sudoku1