/sudoku-go

sudoku solver in golang

Primary LanguageGoApache License 2.0Apache-2.0

sudoku-go

Sudoku solver in golang. The algorithm is from Peter Norvig. I wanted to mess around with golang and sudoku before comming back from summer vacation. This program does not handle errors well.