This website requires JavaScript.
Explore
Help
Sign in
alberto
/
sudoku-crystal
Watch
1
Star
0
Fork
You've already forked sudoku-crystal
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
A Sudoku solver written in Crystal
8
commits
1
branch
0
tags
395
KiB
Crystal
100%
master
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Exact
Exact
Union
RegExp
Alberto Venturini
020041680c
Update readme
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
README.md
sudoku
This is a simple Sudoku solver written in
Crystal
. It implements a backtracking algorithm.