You are viewing a single comment's thread. Return to all comments →
two changes :
24 : public static List< Integer> serviceLane(int n, List< Integer> width, List< List< Integer>> cases) { 60 : List< Integer> result = Result.serviceLane(n, width, cases);
24 : public static List< Integer> serviceLane(int n, List< Integer> width, List< List< Integer>> cases) {
60 : List< Integer> result = Result.serviceLane(n, width, 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 →
two changes :