function-name-mismatches-are-systematic

Status: IN

Solutions sometimes have function names unrelated to the problem they solve (e.g., `max_tasks` for "count even digit sum", `balanced_string` for "count negatives in matrix") — this is a recurring artifact of the code generation pipeline, not a one-off typo.

Source: entries/2026/06/06/count-integers-with-even-digit-sum-solution.md, entries/2026/06/06/count-negative-numbers-in-a-sorted-matrix-solution.md

JSON