| |
| | Dr. Dobb's | A Multifield Single-Pass Shell Sort Algorithm | April 1, 2005 (Site not responding. Last check: 2007-05-18) |
 | | I chose to use the shell sort algorithm and modify it to suit my needs because overall, it usually turns in the best times for worst and average cases, with the worst case beating the average case for sorting time. |
 | | Sorting signed data is limited to a single byte, word, or dword in a field; otherwise, it will not sort properly. |
 | | What I have added to the shell sort algorithm is the ability to sort on different types of fields, and to sort on more than one field in a single call to the sort procedure. |
| www.ddj.com /184406069 (3039 words) |
|