Skip to content

A sudoku solver that finds unique solutions to puzzles using a depth-first search with constraint propagation.

Notifications You must be signed in to change notification settings

jb361/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

This program implements a sudoku solver that finds the unique solution for a sudoku puzzle using a depth-first search with constraint propagation. The search tree is pruned at the start of the solve and after each guess by checking solved neighbours and removing any digits that are no longer valid possibilities.

About

A sudoku solver that finds unique solutions to puzzles using a depth-first search with constraint propagation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published