Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages