The Problem:
Link to Problem
Finding the minimum element in a sorted array that has been rotated. An array of length ‘n’ sorted in ascending order can be rotated between 1 and n times.
The given examples; the array
nums = [0,1,2,4,5,6,7] will change ...