E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Palindrome.
[Leetcode] Palindrome Partitioning II
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-10-31 09:12
partition
【LeetCode 234】Palindrome Linked List
Given a singly linked list, determine if it is a
palindrome.
·
2015-10-31 09:56
LeetCode
【LeetCode】234 - Palindrome Linked List
Given a singly linked list, determine if it is a
palindrome.
·
2015-10-30 15:03
LeetCode
【leetcode】Palindrome Number (easy)
Determine whether an integer is a
palindrome.
Do this without extra space.
·
2015-10-30 14:27
LeetCode
LeetCode: palindromes 题解
Determine whether an integer is a
palindrome.
Do this without extra space.
·
2015-10-30 14:01
LeetCode
Palindrome Linked List
https://leetcode.com/problems/palindrome-linked-list/ Given a singly linked list, determine if it is a
palindrome
·
2015-10-30 14:45
list
LeetCode - Palindrome Number
LeetCode - Palindrome Number 2013.12.1 22:24 Determine whether an integer is a
palindrome.
·
2015-10-30 13:50
LeetCode
leetcode_9题——Palindrome Number (数学问题)
194286 My Submissions Question Solution Determine whether an integer is a
palindrome
·
2015-10-30 13:57
LeetCode
leetcode -- Palindrome Number
Determine whether an integer is a
palindrome.
Do this without extra space.
·
2015-10-30 12:34
LeetCode
leetcode -- Palindrome Partitioning II
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-10-28 08:21
partition
Palindrome Number
Determine whether an integer is a
palindrome.
Do this without extra space. Analyse:判断一个整数是否是回文数。
·
2015-10-28 08:10
number
LeetCode Palindrome LinkList
Given a singly linked list, determine if it is a
palindrome.
该题是判断一个链表是不是回文链表。
·
2015-10-27 16:54
LeetCode
USACO: Section 1.5 -- PROB Prime Palindromes
generate the palindromes instead of enumerating all the numbers and checking if each one of them is
palindrome
·
2015-10-27 16:12
USACO
【leetcode】 Palindrome Partitioniong (middle) (*^__^*)
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-10-27 15:42
partition
【leetcode】Palindrome Partitioning II(hard) ☆
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-10-27 15:40
partition
[LeetCode] Valid Palindrome
For example,"A man, a plan, a canal: Panama" is a
palindrome.
(不区分大小
·
2015-10-27 15:01
LeetCode
[LeetCode] Palindrome Number
Determine whether an integer is a
palindrome.
Do this without extra space.
·
2015-10-27 15:54
LeetCode
Leetcode:Palindrome Number 回文数
戳我去解题 Determine whether an integer is a
palindrome.
Do this without extra space.
·
2015-10-27 14:23
LeetCode
LeetCode:Palindrome Partitioning,Palindrome Partitioning II
枚举所有可能的划分) Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-10-27 11:28
partition
【Leet Code】Palindrome Number
;19369 Total Submissions: 66673 My Submissions Determine whether an integer is a
palindrome
·
2015-10-23 08:33
number
[LeetCode 题解]:Palindrome Number
/www.cnblogs.com/double-win/category/573499.html 1.题目描述 Determine whether an integer is a
palindrome
·
2015-10-23 08:12
LeetCode
[leetcode] 9. Palindrome Number
Question: Determine whether an integer is a
palindrome.
Do this without extra space. 4.
·
2015-10-22 21:07
LeetCode
[LeetCode] Palindrome Linked List
Palindrome Linked List Given a singly linked list, determine if it is a
palindrome.
·
2015-10-21 12:20
LeetCode
[leedcode 132] Palindrome Partitioning II
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-07-26 14:00
partition
[leedcode 131] Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-07-26 13:00
partition
【leetcode】Valid Palindrome
For example, "A man, a plan, a canal: Panama" is a
palindrome.
"r
·
2015-07-26 12:00
LeetCode
leetcode:Palindrome Linked List
Given a singly linked list, determine if it is a
palindrome.
·
2015-07-17 17:00
LeetCode
LeetCode#234 Palindrome Linked List
Problem Definition: Given a singly linked list, determine if it is a
palindrome.
·
2015-07-15 19:00
LeetCode
Leetcode - Palindrome Linked List
Given a singly linked list, determine if it is a
palindrome.
likesky3
·
2015-07-12 08:00
LeetCode
[LeetCode] Palindrome Linked List 回文链表
Given a singly linked list, determine if it is a
palindrome.
·
2015-07-10 12:00
LeetCode
Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a
palindrome
hcx2013
·
2015-06-16 23:00
partition
Palindrome Number
Determine whether an integer is a
palindrome.
Do this without extra space.
hcx2013
·
2015-05-24 11:00
java
Leetcode - Palindrome Partition II
Given a string s, partition s such that every substring of the partition is a
palindrome
likesky3
·
2015-05-21 21:00
partition
Leetcode - Palindrome Partition
Given a string s, partition s such that every substring of the partition is a
palindrome
likesky3
·
2015-05-21 09:00
partition
Cheapest
Palindrome.
(POJ-3280)
经典DP。影响决策的是字符串的内容。而添加和删除字符本质上是一样的,我们不管选择哪一种都可以,所以只需要取两者中费用最小的。状态转移方程就是:if(s[i]==s[j])dp[i][j]=dp[i+1][j-1]; elsedp[i][j]=min(dp[i+1][j]+w[s[i]-'a'],dp[i][j-1]+w[s[j]-'a']);其中dpd[i][j]表示从字符串的i-j段为回文
weizhuwyzc000
·
2015-04-20 17:00
ACM
poj
LeetCode 9 Palindrome Number 回文数字
题目:Determine whether an integer is a
palindrome.
Do this without extra space.
vvaaiinn
·
2015-04-20 14:00
LeetCode
Palindrome Number
Determine whether an integer is a
palindrome.
Do this without extra space.
plan454
·
2015-02-13 22:00
number
[LeetCode] Palindrome Partitioning II 拆分回文串之二
Given a string s, partition s such that every substring of the partition is a
palindrome.
·
2015-02-04 05:00
partition
[LeetCode] Palindrome Partitioning 拆分回文串
nbsp; Given a string s, partition s such that every substring of the partition is a
palindrome
·
2015-02-03 14:00
partition
[leetcode] PalindromeNumber
/** * Determine whether an integer is a
palindrome.
Do this without extra space.
zhang_xzhi_xjtu
·
2014-12-16 00:00
LeetCode
[LeetCode] Palindrome Number 验证回文数字
Determine whether an integer is a
palindrome.
Do this without extra space.
·
2014-11-27 02:00
LeetCode
Valid Palindrome
For example, "A man, a plan, a canal: Panama" is a
palindrome.
"
淡淡的一抹
·
2014-10-23 10:00
ROM
Palindrome Number
题目描述 Determine whether an integer is a
palindrome.
Do this without extra space.
淡淡的一抹
·
2014-10-21 09:00
number
[LeetCode] Valid Palindrome 验证回文字符串
For example, "A man, a plan, a canal: Panama" is a
palindrome.
"r
·
2014-10-17 04:00
LeetCode
Palindrome.
Again Palindrome
题意:给定一字符串,在其后加一个最短的非空字符串使得整个字符串是回文串。中间偏右一点开始,枚举对称中心,一旦符合条件就输出。对于字符串abcd 0表示对称中心为a,1表示对称中心在a,b之间,2表示对称中心为b,依此类推。这样就省去了奇偶性的讨论。intmain(void) { stringstr; while(cin>>str){ intn=str.length(); if(n==1){ pri
u012891242
·
2014-08-31 17:00
ural
Palindrome Partitioning II Leetcode java
题目: Given a string s, partition s such that every substring of the partition is a
palindrome.
·
2014-08-05 11:00
partition
Palindrome Number leetcode java
题目: Determine whether an integer is a
palindrome.
Do this without extra space.
·
2014-08-04 02:00
LeetCode
Palindrome Partitioning leetcode java
题目: Given a string s, partition s such that every substring of the partition is a
palindrome.
·
2014-08-01 09:00
partition
Valid Palindrome leetcode java
For example, "A man, a plan, a canal: Panama" is a
palindrome.
"r
·
2014-08-01 09:00
LeetCode
[leetcode]Palindrome Partitioning II
Palindrome Partitioning II Given a string s, partition s such that every substring of the partition is a
palindrome
huntfor
·
2014-06-20 12:00
partition
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他