ValeriaPineda23 / Sudoku

Solving Sudoku with A-Star Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solving Sudoku with A-Star Algorithm

License:MIT License


Languages

Language:Python 100.0%