From 0a1cb07213eadade68b4ed5b7bf9d066a6e23256 Mon Sep 17 00:00:00 2001 From: SREERAM <112952736+Ignis130913@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:29:30 +0530 Subject: [PATCH] Update 3sum.java loosu --- Coding/Day39/3sum.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}