adjacent-pair-range-minus-one

Status: IN

`range(len(nums) - 1)` with `nums[i+1]` access is the repo's standard pattern for pairwise element comparison, preventing out-of-bounds reads on the last index.

Source: entries/2026/06/06/most-frequent-number-following-key-in-an-array-solution.md

JSON