Boost logo

Boost :

From: Sam Schetterer (samthecppman_at_[hidden])
Date: 2007-03-17 16:30:10


Many people are asking me why radixsort is useful. Well, I have just posted
a program that does what is called a "sort within sort". It sorts a class
containing an int array. The classes are first sorted by the first int in
the array, and then the second. Theya re then outputed to the standard
output in proper order. I also wrote an operator< to show how much slower
that function is than operator[]


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk