From a46ec300092c1ee8ccac629b7f335643f87662f5 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sat, 13 Jan 2018 05:13:14 +0800 Subject: update --- Computer_Science/leetcode/15-3_sum.c~ | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Computer_Science/leetcode/15-3_sum.c~ (limited to 'Computer_Science/leetcode/15-3_sum.c~') diff --git a/Computer_Science/leetcode/15-3_sum.c~ b/Computer_Science/leetcode/15-3_sum.c~ new file mode 100644 index 0000000..54dbbd2 --- /dev/null +++ b/Computer_Science/leetcode/15-3_sum.c~ @@ -0,0 +1,7 @@ +/** + * Return an array of arrays of size *returnSize. + * Note: The returned array must be malloced, assume caller calls free(). + */ +int** threeSum(int* nums, int numsSize, int* returnSize) { + +} -- cgit v1.2.3