Status: IN
`height_checker` uses counting sort (O(n+k), k=100) rather than comparison sort, exploiting the constraint that heights are in [1, 100].
Source: entries/2026/06/06/height-checker-solution.md
JSON