摘要: 题目 Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, 1) If you are t 阅读全文
posted @ 2017-09-05 20:52 cookielbsc 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 题目 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = 123, return 321 Have you thought about this? Here are some good questions 阅读全文
posted @ 2017-09-05 20:41 cookielbsc 阅读(248) 评论(0) 推荐(0) 编辑