• + 0 comments

    it running quiet slow

    def serviceLane(width, cases):
      return [min(width[i[0]:i[1]+1])for i in cases]