Google Interview Question

Given a sorted then rotated array, find an element in the array.

Interview Answer

Anonymous

Apr 1, 2015

Use a modified binary search.