Skip to content

Commit bee954b

Browse files
committed
Runtime: 42 ms (Top 58.8%) | Memory: 47.53 MB (Top 50.0%)
1 parent 77eb444 commit bee954b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/algorithms/M/Minimum Time to Remove All Cars Containing Illegal Goods/Minimum Time to Remove All Cars Containing Illegal Goods.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 42 ms (Top 58.8%) | Memory: 47.53 MB (Top 50.0%)
2+
13
class Solution {
24
public int minimumTime(String s) {
35
int n = s.length();
@@ -25,4 +27,4 @@ public int minimumTime(String s) {
2527

2628
return min;
2729
}
28-
}
30+
}

0 commit comments

Comments
 (0)