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