Skip to content

A simple sudoku solver using backtracking and a minimum possible value heuristic.

Notifications You must be signed in to change notification settings

Alex-Weatherhead/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

Project Description:

A simple sudoku solver using backtracking and a minimum possible value heuristic.

Future Steps:

(1) Expand upon the collection of test problems.
(2) Improve upon current methods for displaying the output of test problems.
(3) Gather and amalgamate data about the performance of the program for different problems.

About

A simple sudoku solver using backtracking and a minimum possible value heuristic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published