Suppose that COMPACT-LIST-SEARCH(L, n, k) takes t iterations of the while
loop of lines 2–8. Argue that COMPACT-LIST-SEARCH(L, n, k, t) returns the
same answer and that the total number of iterations of both the for and while
loops within COMPACT-LIST-SEARCH is at least t