Sudoku Solver in Go (Golang) A package which will solve Sudoku puzzles pretty quickly. Uses a depth first approach. TODO: Make use concurrency through channels as opposed to recursion Write some useful tests and benchmarks (e.g. test boards with only one possible solution)