Post Reply 
Nested sorting class of array sorting algorithms
02-16-2020, 05:50 AM
Post: #2
RE: Nested sorting class of array sorting algorithms
This is equivalent (in the general case) to one of the merge sorts. These are as efficient as it gets with comparison based sorting. The binary version sorts a bunch of short arrays (or buckets) by whatever method is efficient for short arrays. Then the arrays are merged pairwise to grow their lengths. (If the starting arrays are differing size, merging from the smallest is best. This isn't usually mentioned.)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Nested sorting class of array sorting algorithms - ttw - 02-16-2020 05:50 AM



User(s) browsing this thread: 1 Guest(s)