Skip to content

Solves a 9x9 2D array, with the value 0 representing an empty cell, using backtracking

Notifications You must be signed in to change notification settings

slugmann321/sudokusolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sudokusolver

Receives a 9x9 2D array, with the value 0 representing an empty cell and returns the completed puzzle.

Found the challenge on codewars.com, solves any sudoku. Used https://en.wikipedia.org/wiki/Sudoku_solving_algorithms to gain an understanding of backtracking.

About

Solves a 9x9 2D array, with the value 0 representing an empty cell, using backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%