This is the test suite for array libraries adopting the Python Array API standard. Keeping full coverage of the spec is an on-going priority as the Array API evolves. Feedback and contributions are ...
an array of length n sorted in ascending order is rotated between 1 and n times. Given the sorted rotated array nums of unique elements, return the minimum element of this array.