Sudoku Solver

Ashish Anshuman

Ashish Anshuman

Like this project

Posted Sep 9, 2024

Adapted an algorithm to solve Sudoku puzzles automatically. Used a backtracking approach and define the Sudoku grid as a 2D list(9x9 grid) of cells.