Skip to content

Commit 47730a3

Browse files
committed
Runtime: 3 ms (Top 75.09%) | Memory: 8.5 MB (Top 12.83%)
1 parent 7877f45 commit 47730a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/S/Special Array With X Elements Greater Than or Equal X/Special Array With X Elements Greater Than or Equal X.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 3 ms (Top 75.09%) | Memory: 8.5 MB (Top 12.83%)
12
class Solution {
23
public:
34
int specialArray(vector<int>& nums) {
@@ -13,4 +14,4 @@ class Solution {
1314
}
1415
return -1;
1516
}
16-
};
17+
};

0 commit comments

Comments
 (0)