pangram-method-name-mismatch

Status: IN

The pangram solution (`check-if-the-sentence-is-pangram/solution.py`) names its method `min_operations` instead of `checkIfPangram` — a copy-paste artifact that doesn't break tests because the harness calls whatever method is defined on `Solution`.

Source: entries/2026/06/06/check-if-the-sentence-is-pangram-solution.md

JSON