2017年10月20日

Palindromic Substrings

摘要: Given a string, your task is to count how many palindromic substrings in this string. The substrings with different start indexes or end indexes are c 阅读全文

posted @ 2017-10-20 14:22 wsw_seu 阅读(134) 评论(0) 推荐(0) 编辑

Longest Palindromic Substring

摘要: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: Example: 阅读全文

posted @ 2017-10-20 10:56 wsw_seu 阅读(108) 评论(0) 推荐(0) 编辑

导航