随笔分类 -  查找

摘要:Search in Rotated Sorted Array 系列题解 题目来源: "Search in Rotated Sorted Array" "Search in Rotated Sorted Array II" 第一版 Suppose an array sorted in ascendin 阅读全文
posted @ 2018-02-22 11:57 言何午 阅读(117) 评论(0) 推荐(0)
摘要:Search for a Range 题解 题目来源:https://leetcode.com/problems/search for a range/description/ Description Given an array of integers sorted in ascending or 阅读全文
posted @ 2018-02-03 10:31 言何午 阅读(196) 评论(0) 推荐(0)
摘要:Sqrt(x) 题解 题目来源:https://leetcode.com/problems/sqrtx/description/ Description Implement . Compute and return the square root of x. x is guaranteed to b 阅读全文
posted @ 2018-02-02 13:19 言何午 阅读(118) 评论(0) 推荐(0)
摘要:Container With Most Water 题解 题目来源:https://leetcode.com/problems/container with most water/description/ Description Given n non negative integers a1, a 阅读全文
posted @ 2018-01-30 10:52 言何午 阅读(130) 评论(0) 推荐(0)
摘要:Median of Two Sorted Arrays 题解 题目来源:https://leetcode.com/problems/median of two sorted arrays/description/ Description There are two sorted arrays num 阅读全文
posted @ 2018-01-21 20:17 言何午 阅读(100) 评论(0) 推荐(0)
摘要:Search a 2D Matrix 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/search a 2d matrix/description/ Description Write an efficient algorithm that searc 阅读全文
posted @ 2017-12-02 10:30 言何午 阅读(115) 评论(0) 推荐(0)