摘要: LeetCode 0153. Find Minimum in Rotated Sorted Array寻找旋转排序数组中的最小值【Medium】【Python】【二分】 Problem "LeetCode" Suppose an array sorted in ascending order is 阅读全文
posted @ 2020-02-22 21:57 Wonz 阅读(150) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0278. First Bad Version第一个错误的版本【Easy】【Python】【二分】 Problem "LeetCode" You are a product manager and currently leading a team to develop a new 阅读全文
posted @ 2020-02-22 21:01 Wonz 阅读(174) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0540. Single Element in a Sorted Array有序数组中的单一元素【Medium】【Python】【二分】 Problem "LeetCode" You are given a sorted array consisting of only integ 阅读全文
posted @ 2020-02-22 20:09 Wonz 阅读(135) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0744. Find Smallest Letter Greater Than Target寻找比目标字母大的最小字母【Easy】【Python】【二分】 Problem "LeetCode" Given a list of sorted characters containing 阅读全文
posted @ 2020-02-22 16:54 Wonz 阅读(130) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0069. Sqrt(x) x 的平方根【Easy】【Python】【二分】 Problem "LeetCode" Implement . Compute and return the square root of x , where x is guaranteed to be a 阅读全文
posted @ 2020-02-22 16:08 Wonz 阅读(170) 评论(0) 推荐(0) 编辑