Skip to content

Commit d09021a

Browse files
committed
Runtime: 5 ms (Top 87.96%) | Memory: 41.8 MB (Top 45.37%)
1 parent 63f6b1b commit d09021a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/I/Incremental Memory Leak/Incremental Memory Leak.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 5 ms (Top 87.96%) | Memory: 41.8 MB (Top 45.37%)
12
class Solution {
23
public int[] memLeak(int memory1, int memory2) {
34
int i = 1;
@@ -10,4 +11,4 @@ public int[] memLeak(int memory1, int memory2) {
1011
}
1112
return new int[]{i, memory1, memory2};
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)