Golang program for solving a Sudoku
Implemented from the Backtracking technique described here: https://en.wikipedia.org/wiki/Sudoku_solving_algorithms#Backtracking
Dependencies
go get github.com/stretchr/testify/assert
Golang program for solving a Sudoku
Implemented from the Backtracking technique described here: https://en.wikipedia.org/wiki/Sudoku_solving_algorithms#Backtracking
Dependencies
go get github.com/stretchr/testify/assert