摘要: 原题链接在这里:https://leetcode.com/problems/4sum/ 题目: Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = targe 阅读全文
posted @ 2015-08-05 05:41 Dylan_Java_NYC 阅读(204) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/3sum/ 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all uniq 阅读全文
posted @ 2015-08-05 04:42 Dylan_Java_NYC 阅读(350) 评论(0) 推荐(0)