[Leetcode]【轉載】[二分查找]相關題目彙總/分析/總結

博客 https://www.cnblogs.com/kukri/p/8484992.html 二分查找的框架: start=0 end=len(nums)-1 mid=start+(end-start)//2   (這樣寫爲了防止溢出,直接寫end+start可能溢出) while start+1<end  (注意是小於不是小於等於,小於等於退不出循環)  1.Sqrt(x) youtube鏈接
相關文章
相關標籤/搜索