Hi,
I am trying to solve the problem https://leetcode.com/problems/valid-palindrome/ valid Palindrome using C language.
How is ! an alphanumeric character?
Also for this input ".," it is expected to return true which means this input string is a palindrome. How is this a palindrome? Can you please explain me?
Thanks
Hgovindh