Skip to content

Commit a4b3e8b

Browse files
refactor 16
1 parent da838de commit a4b3e8b

File tree

1 file changed

+0
-9
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-9
lines changed

src/main/java/com/fishercoder/solutions/_16.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
import java.util.Arrays;
44

5-
/**
6-
* 16. 3Sum Closest
7-
*
8-
* Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target.
9-
* Return the sum of the three integers. You may assume that each input would have exactly one solution.
10-
* For example, given array S = {-1 2 1 -4}, and target = 1.
11-
* The sum that is closest to the target is 2. (-1 + 2 + 1 = 2).
12-
*/
13-
145
public class _16 {
156

167
public static class Solution1 {

0 commit comments

Comments
 (0)