摘要: 1.题目描述 Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, 1) If you a 阅读全文
posted @ 2017-02-07 21:23 飞轩 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = 123, return 321 Note: The input is assumed to be a 32 bit signed inte 阅读全文
posted @ 2017-02-07 09:42 飞轩 阅读(154) 评论(0) 推荐(0) 编辑