题目:https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
代码(github):https://github.com/illuz/leetcode
在一个旋转过的有序数组中找最小的数。
跟 033. Search in Rotated Sorted Array 很像,同样是二分的变形。
二分的时候分类讨论就行了。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
题目:https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
代码(github):https://github.com/illuz/leetcode
在一个旋转过的有序数组中找最小的数。
跟 033. Search in Rotated Sorted Array 很像,同样是二分的变形。
二分的时候分类讨论就行了。