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 Number @ Python
原题地址:https://oj.leetcode.com/problems/palindrome-number/ 题意: Determine whether an integer is a
palindrome
·
2014-06-10 10:00
LeetCode
[leetcode]Palindrome Partitioning II @ Python
题意: Given a string s, partition s such that every substring of the partition is a
palindrome
·
2014-05-29 11:00
partition
[leetcode]Palindrome Partitioning @ Python
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2014-05-29 09:00
partition
[leetcode]Palindrome Partitioning
Palindrome Partitioning Given a string s, partition s such that every substring of the partition is a
palindrome
huntfor
·
2014-05-28 11:00
partition
Leetcode:Palindrome Number
题目链接 Determine whether an integer is a
palindrome.
Do this without extra space.
·
2014-04-20 14:00
LeetCode
[leetcode]Palindrome Number
Number http://oj.leetcode.com/problems/palindrome-number/ Determine whether an integer is a
palindrome
huntfor
·
2014-04-15 13:00
LeetCode
LeetCode:Valid Palindrome
For example,"A man, a plan, a canal: Panama" is a
palindrome.
·
2013-11-20 23:00
LeetCode
[Leetcode] Palindrome Number
Palindrome Number Jan 4 '12 6687 / 16659 Determine whether an integer is a
palindrome.
cozilla
·
2013-08-13 19:00
LeetCode
leetcode -- Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a
palindrome
·
2013-08-08 13:00
partition
iDual Palindromes(枚举)
Argentina) A number that reads the same from right to left as when read from left to right is called a
palindrome
Simone_chou
·
2013-08-01 01:00
dual
Palindromic Squares(枚举)
The number 12321 is a typical
palindrome.
Given a number base B (2 <= B <= 20 base 10), print
Simone_chou
·
2013-07-31 17:00
ROM
[LeetCode] Palindrome Partitioning II
nbsp; Given a string s, partition s such that every substring of the partition is a
palindrome
cozilla
·
2013-05-18 14:00
partition
[LeetCode] Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a
palindrome
cozilla
·
2013-05-17 01:00
partition
【leetcode】Palindrome Partitioning II
Question : Given a strings, partitionssuch that every substring of the partition is a
palindrome.
king_tt
·
2013-04-14 14:00
partition
【leetcode】Palindrome Partitioning
Question: Given a strings, partitionssuch that every substring of the partition is a
palindrome.
king_tt
·
2013-04-14 13:00
partition
【leetcode】Palindrome Number
Question: Determine whether an integer is a
palindrome.
Do this without extra space.
king_tt
·
2013-04-14 12:00
LeetCode
[leetcode] Palindrome Partitioning II
question_132 Question: Given a string s, partition s such that every substring of the partition is a
palindrome
standalone
·
2013-04-11 16:00
partition
回文字符串分隔
题目: Given a string s, partition s such that every substring of the partition is a
palindrome
tousin
·
2013-03-14 16:00
算法
回文
[后缀数组]ural 1354:
Palindrome.
Again Palindrome
大致题意: 给出一个字符串,要求在这个字符串后面添加最少的字母使其成为回文串。 大致思路: 要注意添加的字母数不能为0,要分奇偶讨论。 #include<iostream> #include<cstdio> #include<vector> #include<
暴风雪
·
2012-03-11 19:00
数据结构
字符串
ACM
后缀数组
ural 1354
上一页
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
其他