KiXtart
KiXtart Version = 4.20 Beta 1
KiXGolf Script = kixgolf_bwt2.kix

Computer
OS = Windows 2000 Professional
CPU = Intel Pentium III
Speed = 848 MHz

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: Burrows-Wheeler Transform
Start (Date/Time) = 2002/12/29 14:57:57
Finish (Date/Time) = 2002/12/29 14:58:04
String Length = 749
KiXGolf Result = passed
KiXGolf Score = 193
code:
function BWTDecode($s, $)
dim $b,$c,$d
for $c=1 to 255
for $b=1 to len($s)
if $c=asc(substr($s,$b,1))
$d=$d+" "+$b
endif
next
next
$=$+1
for $c=2 to $b
$BWTDecode=$BWTDecode+substr($s,$,1)
$=split($d)[$]
next
endfunction

_________________________
Home page: http://www.kixhelp.com/hb/