You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I present a sudoku solver written in rust, adapted from the Python code from Lethargy.
Description
This solver implements a recursive algorithm to exhaustively test all possibilities in the sudoku grid and prints the solution to a standard 9x9 sudoku puzzle.