
19 Mar
2007
19 Mar
'07
11:54 a.m.
Sam Schetterer wrote:
Well, one place where radix sort is preferable to std::sort is where you need to "sort within a sort", where you sort by one criteria, then by another. You do this by arranging the criteria
Just a minor picky point - if you are going to use "criteria" in any of your function calls, can you please make sure you use it correctly: "criterion" is the singular and "criteria" is the plural. I can't stand it when libraries misspell words in their public member functions. Thanks.