A Sudoku solver written in Crystal
Find a file
2019-11-02 15:19:41 +02:00
spec Implemented backtracking algorithm 2019-11-02 15:17:12 +02:00
src Implemented backtracking algorithm 2019-11-02 15:17:12 +02:00
.editorconfig Add initial classes and a couple of tests for Board 2019-10-28 07:14:02 +02:00
.gitignore Add initial classes and a couple of tests for Board 2019-10-28 07:14:02 +02:00
.travis.yml Add initial classes and a couple of tests for Board 2019-10-28 07:14:02 +02:00
LICENSE Add initial classes and a couple of tests for Board 2019-10-28 07:14:02 +02:00
README.md Update readme 2019-11-02 15:19:41 +02:00
shard.yml Add initial classes and a couple of tests for Board 2019-10-28 07:14:02 +02:00

sudoku

This is a simple Sudoku solver written in Crystal. It implements a backtracking algorithm.