GitXplorerGitXplorer
a

sudoku

public
15 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
287c361653341196b4416800fe5ece00fa0a88d1

Dockerize Go application.

aaaugustin committed 2 years ago
Verified
318399e710f6ab7f6bdd4ef21bde83ffa00e243f

Improve web UI.

aaaugustin committed 2 years ago
Verified
628f25610e8be5b0cf616cc70c893c03244a0dce

Upgrade to go 1.20.

aaaugustin committed 2 years ago
Verified
60ff3f7c00cc3cf40f99df64e07ea4b830e92875

Make "build" the default action.

aaaugustin committed 2 years ago
Verified
f5a4e6381082b4e3ca280d71266f46daafb8b773

Bump Go version.

aaaugustin committed 2 years ago
Verified
863c4c6929e78bc28222a832444347bf83f295fa

Add healthz endpoint.

aaaugustin committed 2 years ago

README

The README file for this repository.

Sudoku solver & generator

A command line and web interface to resolve and generate Sudoku grids.

Implemented and optimized in several languages for learning purposes.

Released under the BSD licence. Feel free to reuse!

Install

Go

$ go install github.com/aaugustin/sudoku/go/sudoku/cmd/sudoku
$ sudoku --help

Python / C

$ python -m pip install "https://github.com/aaugustin/sudoku/archive/master.tar.gz#egg=sudoku&subdirectory=python"
$ sudoku --help

Develop

The go and python directories contain a Makefile with useful commands.