Title:
Divide-and-conquer-algorithm Download
Description: Divide and conquer algorithm is based on a multi-branch recursive algorithm design pattern. Divide and conquer algorithm recursively to a large problem into several sub-types of the same problem, until these sub-problems can be simple enough to directly address. Finally, the solution of these sub-problems together can get the original problem is solved.
To Search:
File list (Check if you may need any files):
分治算法\c程序.txt
........\中国数学建模-编程交流-分治算法_1.txt
........\中国数学建模-编程交流-分治算法_2.txt
分治算法