find-special-integer-fallback-unreachable

Status: IN

The `return arr[-1]` at the end of `find_special_integer` is dead code under valid input (the problem guarantees exactly one element exceeding 25%), but makes the function total.

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

JSON