Class Solution
- java.lang.Object
-
- g2201_2300.s2274_maximum_consecutive_floors_without_special_floors.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 intmaxConsecutive(int bottom, int top, int[] special)
-