Question: a) Use pseudocode to describe the algorithm that puts the first four terms of a list of real numbers of arbitrary length in increasing order using the insertion sort.
b) Show that this algorithm has time complexity O(1) in terms of the number of comparisons used.