Skip to content

Commit c036bf8

Browse files
authored
Update max_average_subarray.mojo
1 parent d718122 commit c036bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codes/max_average_subarray.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Find the maximum average of any contiguous subarray of length k from the array.
1+
# Find the maximum average of any contiguous subarray of length k(window size) from the array.
22

33
fn find_max_average(read nums: List[Int], window_size: UInt) -> Float16:
44
length = len(nums)

0 commit comments

Comments
 (0)