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.
Sudoku is a great little puzzle for passing the time on a train or while waiting for a friend. There are numerous Soduku-solving strategies that people swear by, and coders have even created their own ...