码迷,mamicode.com
首页 > 其他好文 > 详细

5. Longest Palindromic Substring - Unsolved

时间:2017-07-24 23:36:23      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:tar   nbsp   href   lin   hat   als   sum   mic   bad   

https://leetcode.com/problems/longest-palindromic-substring/#/description

 

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.

Example:

Input: "babad"

Output: "bab"

Note: "aba" is also a valid answer.

 

Example:

Input: "cbbd"

Output: "bb"

 

 

 

 

5. Longest Palindromic Substring - Unsolved

标签:tar   nbsp   href   lin   hat   als   sum   mic   bad   

原文地址:http://www.cnblogs.com/prmlab/p/7231563.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!