- 博客(2)
- 收藏
- 关注
原创 求旋转数组的最小值问题(简洁C++代码LeetCode通过)
LeetCode 153原题 当初找旋转数组的最小值代码时,遇到很多都很繁琐,这里贴出一个简洁好记的代码,希望对大家有帮助。 int findMin(vector<int>& nums) { int left = 0,right = nums.size()-1,mid; while(left<right&&nums[left]>=nu...
2019-11-26 15:48:52 137
原创 Mac上使用SVN命令时出现xcrun: error: invalid active developer path解决方法
Mac上使用SVN命令时出现xcrun: error: invalid active developer path解决方法 在终端输入 xcode-select --install xcode-select --install xcode-select --install 重要的事情说三遍,不是xcode-select -install奥,亲身踩雷经历。 回车后,系统弹出下载xcode界面,点击确...
2019-01-02 15:50:39 402 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人