Skip to content

Commit 122ec0f

Browse files
author
Ihssaneabousshal
committed
Runtime: 36 ms (Top 22.99%) | Memory: 15.8 MB (Top 91.31%)
1 parent e20b712 commit 122ec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/M/Majority Element II/Majority Element II.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 38 ms (Top 5.64%) | Memory: 15.9 MB (Top 55.41%)
1+
// Runtime: 36 ms (Top 22.99%) | Memory: 15.8 MB (Top 91.31%)
22
class Solution {
33
public:
44
vector<int> majorityElement(vector<int>& nums) {

0 commit comments

Comments
 (0)