码迷,mamicode.com
首页 >  
搜索关键字:palindrome partition    ( 4210个结果
[Leetcode][JAVA] Palindrome Partitioning II
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ofs...
分类:编程语言   时间:2014-10-27 10:46:48    阅读次数:230
Unable to mount a ntfs partition after replace windows after Linux install?
Unable to mount a ntfs partition after replace windows after Linux install?Unable to mount a ntfs partition after replace windows after Linux install?...
分类:Windows程序   时间:2014-10-26 22:33:49    阅读次数:185
[Leetcode] Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:其他好文   时间:2014-10-26 16:52:38    阅读次数:148
【LeetCode】Longest Palindromic Substring 解题报告
DP、KMP什么的都太高大上了,自己想了个朴素的遍历方法。 【题目】 Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palin...
分类:其他好文   时间:2014-10-26 15:37:32    阅读次数:249
[Leetcode][JAVA] Palindrome Partitioning
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:编程语言   时间:2014-10-26 11:31:30    阅读次数:243
leetcode palindrome number
1,采用reverse的方法,来比较是不是palindrome2,reverse number的方法!!3,还要记得负数的情况package Leetcode;public class PalindromeNumber {public boolean isPalindrome(int x) { .....
分类:其他好文   时间:2014-10-26 08:00:01    阅读次数:208
[leetcode]Valid Palindrome
问题描述: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is...
分类:其他好文   时间:2014-10-25 21:30:51    阅读次数:191
Partition List
Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should preserve the origi...
分类:其他好文   时间:2014-10-25 15:47:52    阅读次数:225
HDU 5062 Beautiful Palindrome Number(数学题)
HDU 5062 Beautiful Palindrome Number(数学题)...
分类:其他好文   时间:2014-10-25 10:36:49    阅读次数:160
LeetCode Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? (ie, -1) If you are thinking of converting th...
分类:其他好文   时间:2014-10-25 09:21:10    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!