in reply to Re: Challenge: "Insanity" Cube Puzzle
in thread Challenge: "Insanity" Cube Puzzle
My regexp solution really uses the smallest possible number of loops, i think. Be stricter, it does not use loops at all to find the solution — only during the pre-processing :)))
It's difficult to make a good benchmark, as all presented scripts print their output directly to STDOUT and need to be a bit modified to become comparable by cmpthese(). But i'll try to do it today, if i have enough time.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Challenge: "Insanity" Cube Puzzle
by Limbic~Region (Chancellor) on Jul 06, 2006 at 16:58 UTC | |
by Ieronim (Friar) on Jul 10, 2006 at 20:21 UTC |