RE: [xsl] Sudoku - A solution in XSLT 2

Subject: RE: [xsl] Sudoku - A solution in XSLT 2
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 16 Feb 2006 15:42:23 -0000
> $groups[$x] probably takes time proportional to $x (unless Saxon does
> something clever there) 

No, it should be constant time (once the lazy evaluation of $groups is
complete).

Michael Kay
http://www.saxonica.com/

Current Thread