Skip to content

Commit a99da4d

Browse files
committed
Runtime: 26 ms (Top 74.55%) | Memory: 54.5 MB (Top 74.21%)
1 parent 7c51429 commit a99da4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/L/Longest Harmonious Subsequence/Longest Harmonious Subsequence.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 26 ms (Top 74.55%) | Memory: 54.5 MB (Top 74.21%)
12
class Solution {
23
public static int firstOccurence(int[] arr,int target)
34
{
@@ -62,4 +63,4 @@ public int findLHS(int[] nums) {
6263
}
6364
return maxLen;
6465
}
65-
}
66+
}

0 commit comments

Comments
 (0)