palindrome
-
LeetCode 131 Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome. …
-
P1435 [IOI2000] 回文字串 / [蓝桥杯 2016 省] 密码脱落
https://www.luogu.com.cn/problem/P1435 动态规划,LCS 黄色题字符串输入下标从0开始!!!!!!!!!!!!!!!!!!! #includ…
-
LeetCode 131. Palindrome Partitioning
LeetCode 131. Palindrome Partitioning (分割回文串) 题目 链接 https://leetcode.cn/problems/palindrom…
-
关于算法:Java:如何通过插入最少字符数来创建字符串的最短回文?
Java: How to create the shortest palindrome of a string by inserting the minimum number of…