-
Notifications
You must be signed in to change notification settings - Fork 2
xboard/sudoku_solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published