Sudoku Solver using backtracking

Pubblicato il: 27 marzo 2011
sul canale di: FHomeBrew
13,093
53

This video demonstrates the sudoku solver I've created recently. It's in python and the source code can be obtained from my website:

https://sites.google.com/site/freehom...

It solves sudokus using backtracking.
It can solve any size of sudoku, including ones without solutions (it'll tell you it has no solutions).
At the site, other puzzles are included that you can test and alter. The puzzles are simply text files with the numbers separated by spaces and empty cells being zero.

Backtracking simply means to keep a record of past decisions you can come back to when you'll make a future mistake based on assuming the past decision was correct.

I still say uhh a lot but I think I've improved a bit in making video's (still a long way to go though). Please comment and rate to let me know what you think of this video and it's content. :-)

===========================================================
Info on wikipedia:
sudoku's:
http://en.wikipedia.org/wiki/Sudoku
backtracking:
http://en.wikipedia.org/wiki/Backtrac...
python:
http://en.wikipedia.org/wiki/Python_%...


In questa pagina del sito puoi guardare il video online Sudoku Solver using backtracking della durata di ore minuti seconda in buona qualità , che l'utente ha caricato FHomeBrew 27 marzo 2011, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 13,093 volte e gli è piaciuto 53 spettatori. Buona visione!