1.Divide the problem(instance) into one or more sub-problem;
2.Conquer each sub-problem recursively;
3.Combine solutions.
1.Divide the problem(instance) into one or more sub-problem;
2.Conquer each sub-problem recursively;
3.Combine solutions.
转载于:https://my.oschina.net/kuailechengxuyuan/blog/1926505