height-checker-no-sorted-array-materialized

Status: IN

The sorted order is never stored as a list; comparison happens inline by walking the frequency array with a monotonically advancing cursor `j`, fusing the sort and compare steps.

Source: entries/2026/06/06/height-checker-solution.md

JSON