solutions-trust-leetcode-constraints

Status: IN

All solution functions assume valid input per the LeetCode problem constraints and perform no input validation — no type checks, no bounds guards, no try/except. Invalid inputs produce undefined behavior (typically `ValueError`, `IndexError`, or infinite loops) rather than informative errors.

Source: entries/2026/06/06/calculate-digit-sum-of-a-string-solution.md, entries/2026/06/06/calculate-money-in-leetcode-bank-solution.md, entries/2026/06/06/can-make-arithmetic-progression-from-sequence-solution.md, entries/2026/06/06/can-place-flowers-solution.md, entries/2026/06/06/capitalize-the-title-solution.md

JSON