valid-palindrome-case-insensitive-at-compare

Status: IN

Case normalization happens at comparison time via `.lower()`, not by preprocessing the entire string — the original string is never mutated or copied.

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

JSON