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 6a16c4a commit d718122Copy full SHA for d718122
docs/max_average_subarray.md
@@ -1,4 +1,4 @@
1
-### Find the maximum average of any contiguous subarray of length k from the array.
+### Find the maximum average of any contiguous subarray of length k(window size) from the array.
2
3
```python
4
fn find_max_average(read nums: List[Int], window_size: UInt) -> Float16:
0 commit comments