diff --git a/Coding/Day39/3sum.java b/Coding/Day39/3sum.java index 194b058..10079be 100644 --- a/Coding/Day39/3sum.java +++ b/Coding/Day39/3sum.java @@ -1,4 +1,5 @@ //Question:https://leetcode.com/problems/3sum/description/ +//tej oru paithiyam loosu// class Solution { public List> threeSum(int[] nums) { List> a= new ArrayList<>(); @@ -30,4 +31,4 @@ public List> threeSum(int[] nums) { } return a; } -} \ No newline at end of file +}