chapter_divide_and_conquer/summary/ #619
Replies: 4 comments
-
终于快看完了,叉会儿腰,谢谢K神的分享 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Over |
Beta Was this translation helpful? Give feedback.
0 replies
-
❤ |
Beta Was this translation helpful? Give feedback.
0 replies
-
“子问题能否合并”、治(合并),这些描述总感觉不对,分是划分问题,将大的问题分成小点子问题;治是解决子问题(当然子问题还会依赖更小的孙子问题,所以通常会递归到最小子问题);而除分、治以外,还有个以子问题的解得到父问题的解的过程,可以是合并,也可以子问题的解就算父问题的解,但这个过程不会是属于”治“。即治不包含合并、“子问题能否合并”改为”子问题的解是否能推导出父问题的解“。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
chapter_divide_and_conquer/summary/
动画图解、一键运行的数据结构与算法教程
https://www.hello-algo.com/chapter_divide_and_conquer/summary/
Beta Was this translation helpful? Give feedback.
All reactions