Suppose that you are given a sorted list of n elements followed by f(n) randomly ordered elements. How would you sort the entire list if
a. f(n) = 2?
b. f(n) = vn?
c. How large can f(n) be for the entire list to be sorted in O(n) time? Please help with these three questions. do not post unrelated answer.