Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computer science degree and Foxpro
Message
From
22/07/1999 16:50:23
 
 
To
21/07/1999 08:20:15
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00243740
Message ID:
00245000
Views:
18
> By the way, what's the fastest sorting algorithm? Note, I said fastest, not most efficient.

The fastest sorting algorithms, always in worst and average cases taking order NlogN, are ones which do absolutely no comparisons between elements. It is the comparisons that cost time. They do exist although I do not have my algorithm book with me to look up the names. One I believe was nicknamed the "pigeonhole" sort. Most of them are severly limited in use though, having many conditions which must be known ahead of time.

Out of curiosity, what is your answer?
Melissa Danforth
Customsoft Corporation
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform