DEV Community

shiahalan
shiahalan

Posted on • Updated on

Project Three (Python): Sudoku Solver

Why?

Hello, this is my third posted project. This project was created with the intention of exposing myself to Python, Stack Overflow, GitHub BASH, and the backtracking algorithm.

Image of Sudoku Solver

How

This project uses a 2D list for the representation of the board. The solver works by implementing the backtracking algorithm. Utilizing recursion backtracking, the algorithm can use brute-force to solve the board.

Conclusion

I hope you enjoy this part of my learning journey.
GitHub

Advice?

Advice is greatly appreciated (post in comment section).

Top comments (0)