LeetCode153——尋找旋轉排序數組中的最小值

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array/description/ 題目描述: 知識點:二分查找法 思路一:暴力破解法 直接遍歷一遍整個數組,尋找最小值。 時間複雜度是O(n),其中n爲數
相關文章
相關標籤/搜索