percentage-no-empty-string-guard

Status: IN

`percentageLetter` has no guard against empty-string input and will raise `ZeroDivisionError` — it relies on LeetCode's constraint that `len(s) >= 1`.

Source: entries/2026/06/06/percentage-of-letter-in-string-solution.md

JSON