generated-array-recurrence-correctness

Status: IN

For odd index `i >= 3`, `nums[i // 2 + 1]` is always in bounds because `i // 2 + 1 <= i` and the array has length `n + 1`

Source: entries/2026/06/06/get-maximum-in-generated-array-solution.md

JSON