README ¶ Sudoku solver Solves a sudoku in a millisecond! Using an optimized backtracking algorithm. See the blog post about this. Usage The format must be the same as examples in the data/ folder. Just use ./sudoku-solver data/sudoku.txt You can add the folder in your PATH if you want to access the binary everywhere on your computer. It's written in Go, so you can use go install if you want. License GNU AGPLv3 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files cli.go filehandling.go main.go Directories ¶ Show internal Expand all Path Synopsis solver Click to show internal directories. Click to hide internal directories.