Sudoku Solver using backtracking

Published: 27 March 2011
on channel: 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_%...


On this page of the site you can watch the video online Sudoku Solver using backtracking with a duration of hours minute second in good quality, which was uploaded by the user FHomeBrew 27 March 2011, share the link with friends and acquaintances, this video has already been watched 13,093 times on youtube and it was liked by 53 viewers. Enjoy your viewing!