Insertion Sort

In order to use INSERT instead of MERGE, we must divide L so that one of the pieces is a singleton. Given L=[56,35,42,29]

Warning: although INSERT is a simpler operation than MERGE, Merge Sort is much more efficient than Insertion Sort.