palindrome-num-zero-is-palindrome

Status: IN

The input `0` correctly returns `True` — the trailing-zero guard has an explicit carve-out (`x != 0`) so zero is not falsely rejected

Source: entries/2026/06/06/palindrome-number-solution.md

JSON