[关闭]
@yang12138 2020-04-30T08:29:55.000000Z 字数 573 阅读 897

玩出花的回文子串

回文个数


最长回文串


http://www.51nod.com/Challenge/Problem.html#problemId=1089

回文子串个数


https://leetcode-cn.com/problems/palindromic-substrings/
manacher的时候对R数组求和即可

回文子串个数(去重)


http://hihocoder.com/problemset/problem/1602?sid=1575379

manacher的时候hash一下

回文子序列个数


http://acm.hdu.edu.cn/showproblem.php?pid=4632

回文子序列个数(去重)


https://leetcode-cn.com/problems/count-different-palindromic-subsequences/

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注