Skip to content

aaugustin/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command-line utility to resolve and generate SuDoKu grids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published