leetcode与算法
文章平均质量分 56
lzh6920390
这个作者很懒,什么都没留下…
展开
-
Problem 9.Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.leetcode 9.Palindrome Number Could negative integers be palindromes? (ie, -1)If you are thinking of converting the integer to s原创 2015-06-24 20:11:07 · 273 阅读 · 0 评论 -
Problem 7.Reverse digits of an integer.
Problem 7.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 to ask before coding. B原创 2015-06-24 19:01:53 · 367 阅读 · 0 评论