(Bonus/Honors 10pts) Let A be a zero-index array that is sorted. Now suppose that someone comes along and cyclicly “shifts” the contents of A so that the contents are moved some number of positions, with those at the end being shifted back to the be- ginning. For example, if the array contained the elements 2, 6, 10,20, 30, 40 and it were shifted by 3 positions, the resulting array would be 20,30,40,2,6, 10 (in general, you
OR
OR