Computer Science, asked by mohdaaish9223, 11 months ago

Find the minimum element in a sorted and rotated array

Answers

Answered by danielshivasai
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