On Fri, 2014-06-06 at 06:58 -0500, John McKown wrote: > But wouldn't a bsort(), bubble sort, be useful to sort a small amount > of data?
Yes, but for no more than a double handful of elements. If simplicity is your goal then consider comb sort, a small tweak to bubble sort with an impressive dividend. -- David Andrews A. Duda & Sons, Inc. [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
