
求余
文章平均质量分 62
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 7. Reverse Integer(反转整数)
原题网址:https://leetcode.com/problems/reverse-integer/ Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought原创 2016-05-19 03:54:03 · 4190 阅读 · 0 评论 -
LeetCode 9. Palindrome Number(回文数字)
原题网址:https://leetcode.com/problems/palindrome-number/ Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers原创 2016-05-19 04:37:11 · 533 阅读 · 0 评论 -
LeetCode 60. Permutation Sequence(排列序列)
原题网址:https://leetcode.com/problems/permutation-sequence/ The set [1,2,3,…,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, We get the原创 2016-05-21 09:05:38 · 826 阅读 · 0 评论