Statement
Given an array of integers nums
, and an integer k
, return the maximum average of a contiguous subarray of length k
.
Constraints:
k
nums.length
nums[i]
Given an array of integers nums
, and an integer k
, return the maximum average of a contiguous subarray of length k
.
Constraints:
k
nums.length
nums[i]
Given an array of integers nums
, and an integer k
, return the maximum average of a contiguous subarray of length k
.
Constraints:
k
nums.length
nums[i]