码迷,mamicode.com
首页 >  
搜索关键字:palindrome    ( 1561个结果
Largest palindrome product
problem 4:Largest palindrome product 题意:求由三位数和三位数之积构成的最大回文数字 代码如下: ...
分类:其他好文   时间:2017-01-16 19:54:22    阅读次数:175
LeetCode Longest Palindrome
原题链接在这里:https://leetcode.com/problems/longest-palindrome/ 题目: Given a string which consists of lowercase or uppercase letters, find the length of the ...
分类:其他好文   时间:2017-01-08 09:09:43    阅读次数:169
Leetcode 题目整理-3 Palindrome Number & Roman to Integer
9. Palindrome Number Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative int ...
分类:其他好文   时间:2016-12-11 17:52:18    阅读次数:239
Leetcode 题目整理-3
9. Palindrome Number Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative int... ...
分类:其他好文   时间:2016-12-11 10:28:59    阅读次数:221
LeetCode 9. Palindrome Number
https://leetcode.com/problems/palindrome-number/ 试了几种办法,这个应该是比较快的。 ...
分类:其他好文   时间:2016-12-09 19:06:34    阅读次数:198
Leetcode: Longest Palindrome
...
分类:其他好文   时间:2016-12-02 14:15:00    阅读次数:160
9. Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.Some hints:Could negative integers be palindromes? (ie, -1)If you are thinki... ...
分类:其他好文   时间:2016-11-29 14:49:41    阅读次数:193
Leetcode——3 Palindrome Number(回文数)
Problem: Determine whether an integer is a palindrome. Do this without extra space. 简单的回文数,大一肯定有要求写过,不过从基础开始尝试吧。 Solution: ...
分类:其他好文   时间:2016-11-27 13:59:11    阅读次数:208
Leetcode 132. Palindrome Partitioning II
求次数的问题一般用DP ...
分类:其他好文   时间:2016-11-20 15:54:03    阅读次数:130
Leetcode 131. Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For exampl ...
分类:其他好文   时间:2016-11-19 09:45:26    阅读次数:159
1561条   上一页 1 ... 53 54 55 56 57 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!