Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 192 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 192 Bytes

go-sudoku-solver

An automatic sudoku solver written in Go. It takes a csv file with the initial numbers arranged as a sudoku table, tries to solve it and saves a new file with the solution.