Class Solution
java.lang.Object
g2301_2400.s2332_the_latest_time_to_catch_a_bus.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlatestTimeCatchTheBus(int[] buses, int[] passengers, int capacity)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
latestTimeCatchTheBus
public int latestTimeCatchTheBus(int[] buses, int[] passengers, int capacity)
-