摘要: 26. Remove Duplicates from Sorted Array Easy descrition Given a sorted array, remove the duplicates in place such that each element appear only once a 阅读全文
posted @ 2017-11-13 23:35 .....? 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 18. 4Sum Medium descrition 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 qu 阅读全文
posted @ 2017-11-13 23:34 .....? 阅读(175) 评论(0) 推荐(0) 编辑
摘要: leetCode 15. 3Sum Medium descrition 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 阅读全文
posted @ 2017-11-13 23:33 .....? 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 16. 3Sum Closest Medium descrition Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Re 阅读全文
posted @ 2017-11-13 23:33 .....? 阅读(183) 评论(0) 推荐(0) 编辑