Coding Challenge · BEGINNER
At a busy supermarket, each checkout lane records the number of customers it serves every minute. You want to find the maximum total number of customers served in any continuous period of k minutes. Given an array where each element represents the number of customers served in a minute, determine the highest sum of cus…