The Sudoku Solver project is an advanced Python application designed to efficiently solve Sudoku puzzles. Sudoku is a number puzzle game played on a 9x9 grid, divided into 3x3 subgrids. The objective ...
This project was one of many little projects I wrote while teaching myself Python from scratch. Code 100% my own, based an algorithm which I deduced from someone else's sudoku solver video on YouTube.