Copy
Insertion Sort
Best Case
Worst Case
Insertion Sort Summary
Is insertion sort a fast sorting algorithm?
Moderate
, for
small n
Not at all
, for
large n
Advantages
Good running time for
almost sorted
arrays
Disadvantages
running time in
worst
and
average case
Interactive Graph
Table Of Contents
Insertion Sort
Best Case
Worst Case
Insertion Sort Summary