Skip to content

Commit 74b7d4b

Browse files
committed
Updated : Problems info
1 parent c46dce1 commit 74b7d4b

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

LeetCode/Array/1. Two Sum/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/**
2+
23
@lc id : 1
34
@problem : Two Sum
45
@author : rohit

LeetCode/Array/11. Container With Most Water/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/**
2+
23
@lc id : 11
34
@problem : Container With Most Water
45
@author : rohit

LeetCode/Array/15. 3 Sum/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/**
2+
23
@lc id : 15
34
@problem : 3 Sum
45
@author : rohit

LeetCode/Array/33. Search in Rotated Sorted Array/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/**
2+
23
@lc id : 33
34
@problem : Search in Rotated Sorted Array
45
@author : rohit

LeetCode/Array/4. Median of Two Sorted Arrays/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*
1+
/**
2+
23
@lc id : 4
34
@problem : Median of Two Sorted Arrays
45
@author : rohit

0 commit comments

Comments
 (0)