2014年12月22日
摘要: Determine whether an integer is a palindrome. Do this without extra space.对于这道题不能用额外的空间,即不能用一个数组来保存各个位数,因此对于这种问题可以采用判断两头数字的方法 1 package Palindrome.Num... 阅读全文
posted @ 2014-12-22 21:26 Chris兔的小佳佳 阅读(108) 评论(0) 推荐(0)