You are viewing a single comment's thread. Return to all comments →
n should be replaced with width. then:
def serviceLane(width, cases): return [min(width[c[0]:c[1]+1]) for c in cases]
Seems like cookies are disabled on this browser, please enable them to open this website
Service Lane
You are viewing a single comment's thread. Return to all comments →
n should be replaced with width. then:
def serviceLane(width, cases): return [min(width[c[0]:c[1]+1]) for c in cases]