Re: [xsl] Sudoku stylesheet

Subject: Re: [xsl] Sudoku stylesheet
From: Benjamin Boksa <benjamin@xxxxxxxx>
Date: Mon, 13 Feb 2006 14:54:27 +0100
Wikipedia has some hints on that: http://en.wikipedia.org/wiki/ Sudoku#Computer_solutions

Backtracking should be quite simple to implement. A highly efficient way seems to be Donald Knuth's Dancing Links Algorithm (I did not look at it so far).

I hope that helps!

Am 13.02.2006 um 14:01 schrieb andrew welch:

Does one exist?

I've been asked if it's possible to solve a Sudoku puzzle with XSLT,
which I replied "of course"...

I've started to write one myself - its gets pretty hard pretty
quickly, has anyone does this before?

Current Thread