Skip to content

kcgroulx/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Solver Program

Python Recursive Sudoku Solver Program Using Backtracking.
Sudoku is represented as a 2D array of integers, with 0 representing an empty square.
Accepts any valid Sudoku size as long as it has side length of n2.

About

Python Recursive Sudoku Solver Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages