This website requires JavaScript.
Explore
Help
Register
Sign In
huayu-learn
/
algorithm
Watch
1
Star
0
Fork
You've already forked algorithm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed39479088
algorithm
/
算法
/
learn
/
大厂刷题
/
Eleven.md
8 lines
186 B
Markdown
Raw
Blame
History
## 题目2
一个字符串至少切几刀,切出所有的子字符串都是回文字符串.
从左往右的尝试模型
返回其中一种切法
剪枝
连续头区间,连续尾区间.
Reference in New Issue
View Git Blame
Copy Permalink