valid-palindrome-empty-is-palindrome

Status: IN

An empty string or a string with no alphanumeric characters returns `True` because the outer loop condition `left < right` is never satisfied.

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

Depended on by

JSON