Skip to content

sumo431/sudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Objective

solve a Sudoku board (9x9).

Treat 0 as a blank square and fill in the numbers by backtracking.

If the board is unsolvable, display "Unsolvable."

About

A program that solves Sudoku using a backtracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages