文件名称:Shortest-Palindrome
-
所属分类:
- 标签属性:
- 上传时间:2016-03-27
-
文件大小:563byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。 例如: 鉴于“aacecaaa”,返回“aaacecaaa”。 鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can find by performing this transformation.
For example:
Given aacecaaa , return aaacecaaa .
Given abcd , return dcbabcd .
For example:
Given aacecaaa , return aaacecaaa .
Given abcd , return dcbabcd .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Shortest Palindrome.CPP
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.