Skip to content

Commit bbaca72

Browse files
committed
Runtime: 7 ms (Top 7.47%) | Memory: 42.1 MB (Top 50.88%)
1 parent 89f5a2f commit bbaca72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/C/Count Asterisks/Count Asterisks.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 7 ms (Top 7.47%) | Memory: 42.1 MB (Top 50.88%)
12
class Solution {
23
public int countAsterisks(String s) {
34
boolean insidePipe = false;
@@ -12,4 +13,4 @@ public int countAsterisks(String s) {
1213
}
1314
return count;
1415
}
15-
}
16+
}

0 commit comments

Comments
 (0)