/Sudoku

Solving Sudoku with A-Star Algorithm

Primary LanguagePythonMIT LicenseMIT

Sudoku

Solving Sudoku with A-Star Algorithm

You are provided a 9x9 grid of cells, where some cells already have possible numbers 1–9. You need to find values for the rest of the blank cells so that every row, column, and 3x3 square has the numbers 1–9.

image