原文:[LeetCode] Palindrome Number

Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes ie, If you are thinking of converting the integer to string, note the rest ...

2012-11-13 11:16 1 9287 推荐指数:

查看详情

Palindrome Number leetcode java

题目: Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers ...

Mon Aug 04 10:23:00 CST 2014 0 3305
[leetcode]Palindrome Number @ Python

原题地址:https://oj.leetcode.com/problems/palindrome-number/ 题意: Determine whether an integer is a palindrome. Do this without extra space. click ...

Tue Jun 10 18:12:00 CST 2014 0 3751
Leetcode 9. Palindrome Number(判断回文数字)

Determine whether an integer is a palindrome. Do this without extra space.(不要使用额外的空间) Some hints: Could negative integers be palindromes? (ie ...

Mon Aug 01 03:31:00 CST 2016 5 4294
LeetCode Problem 9:Palindrome Number回文数

描述:Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie ...

Thu Dec 25 02:25:00 CST 2014 1 9208
[LeetCode] Palindrome Permutation

Problem Description: Given a string, determine if a permutation of the string could form a palindrome. For example,"code" -> False, "aab" -> ...

Sat Aug 22 01:41:00 CST 2015 0 3955
Leetcode: Palindrome Partitioning II

参考:http://www.cppblog.com/wicbnu/archive/2013/03/18/198565.html 我太喜欢用dfs和回溯法了,但是这些暴力的方法加上剪枝之后复杂度依然是 ...

Sun Sep 01 04:15:00 CST 2013 1 3194
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM