Sponsored
Use these hints if you're stuck. Try solving on your own first.
Find the pivot point around which the array is rotated.
Will the answer exist if there is more than one point where <code>nums[i] < nums[i-1]</code>?
Solve with full IDE support and test cases