This python program uses a backtracking algorithm to solve a standard sudoku puzzle.
- Ensure that python is downloaded on your local environment. If not, follow the tutorial accessible via https://www.youtube.com/watch?v=nU2Egc3Zx3Q
- Ensure that numpy is installed on your local environment. If not, follow the tutorial accessible via https://www.youtube.com/watch?v=hP06VU0kpbo
- Clone the main.py file into your local environment.
- An already existing sudoku puzzle is placed at the top of the program.
- Run the program in the terminal.
- Inspired/Adapted: https://www.youtube.com/watch?v=PZJ5mjQyxR8
- Creator: Nathan Sivalingam