redistribute-chars-no-input-validation

Status: IN

The function performs no input validation and will raise `ZeroDivisionError` if called with an empty list, relying on LeetCode's guarantee that `words` is non-empty.

Source: entries/2026/06/06/redistribute-characters-to-make-all-strings-equal-solution.md

JSON