【Leetcode】643. Maximum Average Subarray I
DescriptionGiven an array consisting of n integers, find the contiguous subarray of given length k that has the maximum average value. And you need to
...