We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36599ed commit 07da2d4Copy full SHA for 07da2d4
33-643-Maximum-Average-Subarray-I.js
@@ -16,3 +16,4 @@ var findMaxAverage = function (nums, k) {
16
};
17
18
console.log(findMaxAverage([1, 12, -5, -6, 50, 3], 4));
19
+console.log(findMaxAverage([5], 1));
0 commit comments