2017年5月23日
摘要: LeetCode 18 4Sum Question 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 阅读全文
posted @ 2017-05-23 17:59 Silence_cnblogs 阅读(255) 评论(0) 推荐(0) 编辑
摘要: LeetCode 16 3Sum Closest Question Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Ret 阅读全文
posted @ 2017-05-23 16:10 Silence_cnblogs 阅读(221) 评论(0) 推荐(0) 编辑
摘要: LeetCode 15 3Sum Question 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 a 阅读全文
posted @ 2017-05-23 12:53 Silence_cnblogs 阅读(191) 评论(0) 推荐(0) 编辑