Skip to content

Commit 551cf44

Browse files
committed
Runtime: 8 ms (Top 31.62%) | Memory: 8.2 MB (Top 80.71%)
1 parent edb8278 commit 551cf44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/T/Three Consecutive Odds/Three Consecutive Odds.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 8 ms (Top 31.62%) | Memory: 8.2 MB (Top 80.71%)
12
class Solution {
23
public:
34
bool threeConsecutiveOdds(vector<int>& arr) {
@@ -14,4 +15,4 @@ class Solution {
1415
}
1516
return false;
1617
}
17-
};
18+
};

0 commit comments

Comments
 (0)