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 hints

Topics

Also asked at 17 companies


More Goldman Sachs Questions

View all Goldman Sachs questions