INSERTION SORT ALGORITHM
A. Insertion Sort
Insertion sort algorithm is also one of oldest, easiest and most
useful sorting algorithms for dealing with modicum of data
set. If the first few objects are already sorted, an unsorted
object can be inserted in the sorted set in proper place [10].
B. Pseudo Code & Execution Time of Individual
Statement of Insertion Sort