
爬梯法
文章平均质量分 70
jmspan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode 167. Two Sum II - Input array is sorted(两数和)
原题网址:https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific tar原创 2016-05-25 01:39:48 · 649 阅读 · 0 评论 -
LeetCode 15. 3Sum(三数之和)
原题网址:https://leetcode.com/problems/3sum/ Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ze原创 2016-05-19 06:03:50 · 901 阅读 · 0 评论 -
LeetCode 16. 3Sum Closest(最接近的和)
原题网址:https://leetcode.com/problems/3sum-closest/ Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integ原创 2016-05-19 06:09:48 · 472 阅读 · 0 评论 -
LintCode Find Peak Element II(查找峰值II)
原题网址:http://www.lintcode.com/en/problem/find-peak-element-ii/ There is an integer matrix which has the following features: The numbers in adjacent positions are different.The matrix has n rows原创 2016-06-21 03:27:29 · 3022 阅读 · 0 评论