most-frequent-even-negative-one-sentinel

Status: IN

`most_frequent_even` returns `-1` (not `None` or an exception) when the input contains no even numbers — this is the sentinel convention for this problem.

Source: entries/2026/06/06/most-frequent-even-element-solution.md

JSON