DEV Community

Cover image for Sudoku Solver – Backtracking & deduction
Thomas Joly
Thomas Joly

Posted on • Updated on • Originally published at algomaths.tech

Sudoku Solver – Backtracking & deduction

This post describes the algorithms used to solve a sudoku grid 9x9. A lot of deducted rules are used and also the backtracking. The project is written in golang and hosted on Github.

Read more...

GitHub logo lunatikub / sugolver

Sudoku solver in Golang

Top comments (0)