You are viewing a single comment's thread. Return to all comments →
def service_lane(width, cases): return [min(width[x[0]:(x[1] + 1)]) for x 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 →