Re: Sort B&V - see attachments
- From: "Joe Bain" <j.b.a.i.n@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 7 Jun 2005 07:11:18 -0700
In the context of FastCode is a generic sort the best challenge?
ISTM that the most efficient sorts take advantage of the data type they
are sorting. For example radix sort works great of strings and other
data types that can be put in buckets. It is impossible to implement,
to the best of my knowledge, with a simple compare. I think that we
should have separate challenges for TStringList and TIntList and any
other TLists that might be needed.
At the least we need to be able to use our own Compare function for the
data type.
Either way I think I will particaipate in this challenege.
--------------
Joe Bain
www.iegsoftware.com
.
- References:
- Sort B&V - see attachments
- From: Avatar Zondertau
- Sort B&V - see attachments
- Prev by Date: Re: Sort B&V - see attachments
- Next by Date: Re: Sort B&V - see attachments
- Previous by thread: Re: Sort B&V - see attachments
- Next by thread: Re: Sort B&V - see attachments
- Index(es):
Relevant Pages
|