摘要:
Problem:Determine whether an integer is a palindrome. Do this without extra space.Analysis:One tricky way to do this is to convert it into string and then use the normal palindrome way to solve the problem. Though it violates the requirement of "no extra space", the online judger won't 阅读全文
posted @ 2013-04-21 15:09
freeneng
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号