1. Re: bogo challenges
Noah Smith wrote:
>Actually, both responses were good responses
>(and nearly identical to the code that was
>actually written to perform these tasks.)
> The Score So Far?
> Lithex: 1 point for solution; -1 point (lacking some algorithmic
> optimization)
> Hawke: 1 point for solution; -1,000,000 for brain cells wasted on algorithm
WAHHHHHHHHHHHHHHHHHHH!!!!!!!!!!! if my solution was identical, why did i
lose
a million points??? *sniff!*
> A _random_ sort function.
wanna see a fast reply???
try:
object x
-- x=all kinda random stuff
x=sort(x)
-- x=pretty sorted stuff
(euphoria has a builtin random sort function :) )
--Hawke'