Find the minimum element in a sorted and rotated array
Answers
Answered by
0
- Find the minimum element in a sorted and rotated array. The minimum element is the only element whose previous is greater than it. If there is no previous element element, then there is no rotation (first element is minimum). If minimum element is not at middle (neither mid nor mid + 1), then minimum element lies in ...
Similar questions