Skip to content

Commit 07da2d4

Browse files
committed
33-643-Maximum-Average-Subarray-I
1 parent 36599ed commit 07da2d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

33-643-Maximum-Average-Subarray-I.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ var findMaxAverage = function (nums, k) {
1616
};
1717

1818
console.log(findMaxAverage([1, 12, -5, -6, 50, 3], 4));
19+
console.log(findMaxAverage([5], 1));

0 commit comments

Comments
 (0)