Valid
文章平均质量分 81
所难
这个作者很懒,什么都没留下…
展开
-
LeetCode-Valid Number
Validate if a given string is numeric.Some examples:"0" => true" 0.1 " => true"abc" => false"1 a" => false"2e10" => trueNote: It is intended for the problem statement to be ambiguo原创 2014-08-11 21:36:01 · 317 阅读 · 0 评论 -
LeetCode-Valid Palindrome
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原创 2014-07-31 16:38:29 · 279 阅读 · 0 评论