Lecture 3 Divide and Conquer

来源:互联网 发布:美食拍照软件 编辑:程序博客网 时间:2024/05/29 19:03

1.Divide the problem(instance) into one or more sub-problem;

2.Conquer each sub-problem recursively;

3.Combine solutions.








0 0
原创粉丝点击