Update 0131.分割回文串.md

一个笔误。
This commit is contained in:
weijiew
2021-05-07 18:23:05 +08:00
committed by GitHub
parent a3f3c07c7c
commit ee69e3166d

View File

@ -38,7 +38,7 @@
这种题目想用for循环暴力解法可能都不那么容易写出来所以要换一种暴力的方式就是回溯。
一些同学可能想不清楚 回溯究竟是如切割字符串呢?
一些同学可能想不清楚 回溯究竟是如切割字符串呢?
我们来分析一下切割,**其实切割问题类似组合问题**。