sum
哎-哭泣的鱼
这个作者很懒,什么都没留下…
展开
-
【LeetCode】3Sum && 3Sum Closest && 4Sum
1、3Sum Total Accepted: 7974 Total Submissions: 47933 My Submissions 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 wh原创 2014-02-19 14:46:38 · 970 阅读 · 0 评论 -
【LeetCode】Two Sum && 【九度】题目1352:和为S的两个数字
Two Sum Total Accepted: 11827 Total Submissions: 59949 My Submissions Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should ret原创 2014-02-19 14:21:39 · 1417 阅读 · 0 评论