March 2006
ASPN : Python Cookbook : Sudoku Solver using a 3D-metaphor
by bcpbcp (via)This script views a sudoku problem as a 3-dimensional binary cube. It solves the sudoku problem by wiping away x,y,z points from this cube until the solution appears.
December 2005
1
(2 marks)