
算法学习
文章平均质量分 59
hofighter
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【LeetCode】4sum k-Sum 题解报告及总结
【题目】 Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.Note: The solution原创 2016-11-02 21:35:29 · 685 阅读 · 0 评论 -
【LeetCode】Two Sum 题解报告
[题目] Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution. For Example: Given nums原创 2016-11-02 20:37:57 · 447 阅读 · 0 评论 -
【LeetCode】3Sum,3Sum Closest 题解报告
【题目1】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 zero.Note: The solution set must not con原创 2016-11-02 21:05:13 · 441 阅读 · 0 评论