This project opens a text file with a sudoku puzzle (9x9, values separated with whitespace, 0 for empty values) and attempts to find a solution based on a simple algorithm. The program can detect whether or not a puzzle is impossible, and if it is possible, it will return a possible solution.
-
Notifications
You must be signed in to change notification settings - Fork 1
This project opens a text file with a sudoku puzzle (9x9, values separated with whitespace, 0 for empty values) and attempts to find a solution based on a simple algorithm. The program can detect whether or not a puzzle is impossible, and if it is possible, it will return a possible solution.
VuongRon/Sudoku-Solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project opens a text file with a sudoku puzzle (9x9, values separated with whitespace, 0 for empty values) and attempts to find a solution based on a simple algorithm. The program can detect whether or not a puzzle is impossible, and if it is possible, it will return a possible solution.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published