Skip to content

Commit f9034f6

Browse files
committed
Runtime: 7 ms (Top 23.02%) | Memory: 5.9 MB (Top 36.86%)
1 parent d36505f commit f9034f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Minimum Operations to Make Array Equal/Minimum Operations to Make Array Equal.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 7 ms (Top 23.02%) | Memory: 5.9 MB (Top 36.86%)
12
class Solution {
23
public:
34
int minOperations(int n) {
@@ -7,4 +8,4 @@ class Solution {
78
}
89
return s;
910
}
10-
};
11+
};

0 commit comments

Comments
 (0)