find-special-integer-linear-scan

Status: IN

`find_special_integer` uses an O(n) gap-check scan with O(1) space instead of counting or hashing — it exploits sorted order to avoid maintaining frequency state.

Source: entries/2026/06/06/element-appearing-more-than-25-in-sorted-array-solution.md

JSON