摘要: Two Sum – leetcode Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may a... 阅读全文
posted @ 2016-06-13 17:19 zsper 阅读(103) 评论(0) 推荐(0)
摘要: 3 Sum – leetcode 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 ... 阅读全文
posted @ 2016-06-13 17:11 zsper 阅读(173) 评论(0) 推荐(0)