Skip to content

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

VuongRon/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

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.

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

No packages published

Languages