Skip to content

A sudoku solver that takes a Backtracking algorithm approach.

Notifications You must be signed in to change notification settings

BKPrograms/sudoku-backtrack-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sudoku-backtrack-solver

A sudoku solver that takes a Backtracking algorithm approach. Backtracking is a depth-first algorithm that involves attempting every possible solution/branch and in the case of a mistake or failure, it instantly abandons it and returns to the previous state to move onto the next possible solution/branch.

Releases

No releases published

Packages

No packages published

Languages