code-dump icon indicating copy to clipboard operation
code-dump copied to clipboard

Python implementation of a Sudoku puzzle solver using backtracking

Open vishakhac24 opened this issue 1 year ago • 0 comments

…g algorithm

recursive backtracking algorithm to solve Sudoku puzzles. It checks the validity of each move, placing numbers in empty cells while ensuring they follow Sudoku rules. Once a valid solution is found, it returns the solved board.

vishakhac24 avatar Oct 29 '23 16:10 vishakhac24