标签:style blog http color os io strong for
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
For example,"A man, a plan, a canal: Panama"
is a palindrome."race a car"
is not a palindrome.
Note:
Have you consider that the string might be empty? This is a good question to ask during an interview.
For the purpose of this problem, we define empty string as valid palindrome.
Valid Palindrome,布布扣,bubuko.com
标签:style blog http color os io strong for
原文地址:http://www.cnblogs.com/bugfly/p/3923512.html