Type hints: Most solutions use Python type hints (List[int], Optional[...], etc.) consistent with LeetCode's provided signatures. Commented alternatives: Several files contain commented-out blocks ...