Rachel2019-11-09 13:24:17
老师,请问这里的divide-and-conquer procedure是不是就是前面这一段的解释?还是不同的?
回答(1)
Chris Lan2019-11-11 09:14:21
同学你好,
divide-and-conquer procedure称为分治法,分治算法就是把一个大的问题分为若干个子问题,然后在子问题继续向下分,一直到base cases,通过base cases的解决,一步步向上,最终解决最初的大问题
Another example is the divide-and-conquer procedure, where a problem or issue is divided into components. In this case, rather than attempt to find alternatives to solve the issue or problem, the decision makers attempt to find satisfactory solutions for each sub-problem.
- 评论(0)
- 追问(0)
评论
0/1000
追答
0/1000
+上传图片

