Find Minimum in Rotated Sorted Array at Goldman Sachs
Medium53.8% acceptance
This problem has 62.5% frequency at Goldman Sachs.
Problem Description
Suppose an array of length `n` sorted in ascending order is **rotated** between `1` and `n` times. For example, the array `nums = [0,1,2,4,5,6,7]` might become: * `[4,5,6,7,0,1,2]` if it was rotated `4` times. * `[0,1,2,4,5,6,7]` if it was rotated `7` times. Notice that **rotating** an array...
Read full problem and hintsTopics
Also asked at 17 companies
More Goldman Sachs Questions
Trapping Rain WaterHardMedian of Two Sorted ArraysHardContainer With Most WaterMediumSearch in Rotated Sorted ArrayMediumMinimum Path SumMedium
View all Goldman Sachs questions