LeetCode 259. 3Sum Smaller(三数值和)
原题网址:https://leetcode.com/problems/3sum-smaller/
Given an array of n integers nums and a target, find the number of index triplets i,
j, k with 0 that satisfy the condition nums[i]
+ nums[j]
原创
2016-04-09 08:31:17 ·
1629 阅读 ·
1 评论