Skip to content

Commit d718122

Browse files
authored
Update max_average_subarray.md
1 parent 6a16c4a commit d718122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/max_average_subarray.md

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
```python
44
fn find_max_average(read nums: List[Int], window_size: UInt) -> Float16:

0 commit comments

Comments
 (0)