Class Solution
- java.lang.Object
-
- g2101_2200.s2162_minimum_cost_to_set_cooking_time.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
minCostSetTime(int startAt, int moveCost, int pushCost, int targetSeconds)
-