Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • maxConsecutive

        public int maxConsecutive​(int bottom,
                                  int top,
                                  int[] special)