[LeetCode] 18. 4Sum 四数之和

Given an array nums of n integers, return an array of all the unique quadruplets [nums[a], nums[b], nums[c], nums[d]] such that: 0 <= a, b, c, d < n a
posted @ 2015-05-19 23:28  Grandyang  阅读(37056)  评论(16)    收藏  举报
Fork me on GitHub