We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f5a2f commit bbaca72Copy full SHA for bbaca72
scripts/algorithms/C/Count Asterisks/Count Asterisks.java
@@ -1,3 +1,4 @@
1
+// Runtime: 7 ms (Top 7.47%) | Memory: 42.1 MB (Top 50.88%)
2
class Solution {
3
public int countAsterisks(String s) {
4
boolean insidePipe = false;
@@ -12,4 +13,4 @@ public int countAsterisks(String s) {
12
13
}
14
return count;
15
-}
16
+}
0 commit comments