Skip to content

Commit 158b16e

Browse files
committed
Runtime: 11 ms (Top 8.63%) | Memory: 6.7 MB (Top 45.44%)
1 parent e4cb65b commit 158b16e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Maximum Number of Balloons/Maximum Number of Balloons.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 11 ms (Top 8.63%) | Memory: 6.7 MB (Top 45.44%)
12
class Solution {
23
public:
34
int maxNumberOfBalloons(string text) {
@@ -25,4 +26,4 @@ class Solution {
2526
}
2627
return c;
2728
}
28-
};
29+
};

0 commit comments

Comments
 (0)