Class Solution
- java.lang.Object
-
- g2301_2400.s2398_maximum_number_of_robots_within_budget.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
maximumRobots(int[] chargeTimes, int[] runningCosts, long budget)
-