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.
-
Notifications
You must be signed in to change notification settings - Fork 0
A sudoku solver that finds unique solutions to puzzles using a depth-first search with constraint propagation.
jb361/sudoku-solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published