-
Notifications
You must be signed in to change notification settings - Fork 0
josephhalstead/Soduku-Solver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A soduku solver by Joseph Halstead - 01/02/2015
About:
This program will solve soduku puzzles. The puzzle to be solved should be represented in a text file as a 9x9 grid with 0 indicating an unknown square. For example see below:
007256400
400000005
010030060
000508000
008060200
000107000
030070090
200000004
006312700
To run the program open the solver.py file and update the file path to the puzzle you would like to solve.
Run the file by navigating to the directory in the terminal and typing "python solver.py" and pressing enter.
Installation:
Clone soduku_solver from github and cd into the directory.
Usage:
python solver.py {filename}.txt
Add -printall as a second option to print out each iteration of the solving process
About
A soduku solver written in Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published