A palindrome is a symmetrical string, that is, a string read identically from left to right as well as from right to left. Given two strings which consists of lowercase letters, find the length of the longest common palindrome substring among these strings.
A palindrome is a symmetrical string, that is, a string read identically from left to right as well as from right to left. Given two strings which consists of lowercase letters, find the length of the longest common palindrome substring among these strings.
(图片来源网络,侵删)
标签: HBC25596健康评估 C++工程师 牛客Longest Common Palindrome Substring题解