linxid#Leetcode_Python#131. 分割回文串1

时间:2022-07-25 14:02:17
【文件属性】:

文件名称:linxid#Leetcode_Python#131. 分割回文串1

文件大小:815B

文件格式:MD

更新时间:2022-07-25 14:02:17

leetcode python

题目:给定一个字符串 s,将 s 分割成一些子串,使每个子串都是回文串。返回 s 所有可能的分割方案。示例:输出:解析1:回溯法,注意回溯模板,主要还是利用模板


网友评论