A Python sudoku solver using the backtracking algorithm
Python
sudoku solver with python
A Python sudoku solver using backtracking algorithm.
Takes in a 9x9 sudoku puzzle, prints it in a readable format, and solves the empty squares.
Outputs in text format.