in reply to Re: Re: Tedious array sort revisited
in thread Tedious array sort revisited

If you have to re-invent the wheel, then please do yourself a favour and use some more efficient algorithm, e.g. a Quicksort or a Shell-sort.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Re: Re: Tedious array sort revisited