Palindrome Partitioning 1 拆分回文串

题目描述 Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. 含义: 指定字符串 s,返回 s 所有可能的子串,每个子串必须是一个回文(指顺读和倒读都一样的字符串). Fo
相关文章
相关标签/搜索