Sudoku Solver

Simple Sudoku board game solver constructed with the purpose to further my understanding of the backtracking algorithm and enhancing data structures and algorithm fundamentals!

Sudoku Board

A Sudoku board is built into the code in a list-of-list format and is displayed in the image above.



Solved Sudoku Board

The code uses a brute force recursive backtracking approach to solving the Sudoku board. The algorithm determines the location of the next guess, loops through and adds a valid guess of 1-9, and recursively runs the algorithm over and over again while changing the board until it is fully solved.

Contact Me!

Feel free to reach out to me via the email listed below

Email

kevchan129@gmail.com


My Social Media