摘要: Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian 阅读全文
posted @ 2014-10-17 16:52 Grandyang 阅读(12734) 评论(2) 推荐(0) 编辑
摘要: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Pa 阅读全文
posted @ 2014-10-17 04:09 Grandyang 阅读(21565) 评论(5) 推荐(3) 编辑
Fork me on GitHub