647. 回文子串

题目连接:https://leetcode-cn.com/problems/palindromic-substrings/description/html 基于动态规划 - 1 这题基于动态规划的思想来解答的话,实现思想参考自 :http://www.bkjia.com/Cyy/988261.htmljava 借助一个辅助二维数组 dp[i][j],其中 i 和 j 一块儿做用,表示字符串 s 中
相关文章
相关标签/搜索