剑指offer:8  旋转数组的最小数字
class Solution {
public:
    int minNumberInRotateArray(vector<int> rotateArray) {
        if(rotateArray.size()==0)
            return 0;
        sort(rotateArray.begin(),rotateArray.end());
        return rotateArray[0];
        
    }
};
2020-04-21
在牛客打卡12天,今天学习:刷题 1 道/代码提交 1 次
全部评论

相关推荐

10-30 22:18
已编辑
毛坦厂中学 C++
点赞 评论 收藏
分享
挣K存W养DOG:他真的很中意你,为什么不回他
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务