Skip to content

xboard/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

This is a Go (http://golang.org) version of a sudoku solver, translated from the
clever and elegant solution by Peter Norvig http://norvig.com/sudoku.html

To compile and run the solver for all tests in sudoku_test.go and the problem set in 
hardest.txt just type:

$ cd sudoku
$ go test

Edit file hardest.txt to include your own problem set to be solved.

About

A golang implementation of Peter Norvig's sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages