Status: IN
`findMaxAverage` tracks the maximum window sum during iteration and only divides by `k` once at the end, avoiding repeated floating-point division and accumulation errors.
Source: entries/2026/06/06/maximum-average-subarray-i-solution.md
JSON