dannycmd / sudoku-solver

Uses recursion to solve a sudoku puzzle. If the grid provided is empty it will give all possible sudoku solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoku-solver

Uses recursion to solve a sudoku puzzle with Python.

If the grid provided is empty it will give all possible sudoku solutions.

About

Uses recursion to solve a sudoku puzzle. If the grid provided is empty it will give all possible sudoku solutions.


Languages

Language:Python 100.0%