$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: me22 (me22.ca_at_[hidden])
Date: 2007-03-31 13:21:04
On 3/31/07, Sam Schetterer <samthecppman_at_[hidden]> wrote:
> I have uploaded the preliminary code for external sorting onto vault.
> This code has not been optimized in any way, and currently supports
> radix_sort only.
>
Is radix sort a good choice for this kind of sorting? I would have
thought that a merge sort would work more nicely.
~ Scott McMurray