### Implement palindrome checking using the two-pointer technique, ignoring case and non-alphanumeric characters.
Implement palindrome checking using the two-pointer technique, ignoring case and non-alphanumeric characters.