element-sum-gte-digit-sum

Status: IN

For positive integers, element sum is always >= digit sum (a multi-digit number always exceeds the sum of its digits), so the `abs()` call in the solution is a no-op guard rather than a functional requirement.

Source: entries/2026/06/06/difference-between-element-sum-and-digit-sum-of-an-array-solution.md

JSON