摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or 阅读全文
posted @ 2019-04-10 17:21 GoodRnne 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.(i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]).You 阅读全文
posted @ 2019-04-10 17:12 GoodRnne 阅读(122) 评论(0) 推荐(0) 编辑