Skip to content

anerua/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Simple sudoku puzzle solver that only uses a straightforward depth-first search algorithm.

The program solves a given puzzle in less than a second but this cannot be guaranteed for puzzles with multiple solutions

Both graphical and command-line interfaces are available.

sudokusolver