March 2013
Intermediate to advanced
416 pages
9h 41m
English
Sorting Arrays
Contents
In Chapter 6, we saw that an ordered array can use the efficient binary search method. If the data are initially unordered, how can they be sorted into order? This chapter addresses sorting operations, examines in detail five algorithms (from many that exist) and compares their efficiency with the Big-O expression for each.