Class Solution
java.lang.Object
g2201_2300.s2274_maximum_consecutive_floors_without_special_floors.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
maxConsecutive
public int maxConsecutive(int bottom, int top, int[] special)
-