Posts Tagged ‘sudoku’

Sudoku solver

I have programming experience mostly in C++, but we’re learning Python in school this year. The latest assignment was to write a sudoku solver, first a brute-force one and then a more intelligent implementation.

My current result takes about 0.1 seconds for a hard sudoku, which I think is fast enough, especially as I have no idea how could one improve it.