Skip to content

nathan-chappell/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver.md

Greetings!

This is a simple (read: not optimized) program to solve sudoku puzzles written in python. It was mostly just a small project for me to learn a little bit about python before my exam next week...

Anyways, it is just about the most straightforward way to go about doing a sudoku: brute force/ recursive descent/ backtracking...

Usage: Run the script, input the filename containing at the prompt

If you don't input a filename, the default is 'puzzle'

There are example files to show what the puzzle should look like, just note that while the double spaces/ double lines aren't mandatory, different rows on different lines is mandatory. Place a 0 where there is no initial information.

About

a python program to solve sudoku puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages