文件名称:Divide-and-conquer-algorithm
介绍说明--下载内容来自于网络,使用问题请自行百度
分治算法是基于多分枝递归的一种算法设计模式。分治算法递归地把一个大问题分解为多个类型相同的子问题,直到这些子问题足够的简单能被直接解决。最后把这些子问题的解结合起来就能得到原始问题的解。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
分治算法/c程序.txt
分治算法/中国数学建模-编程交流-分治算法_1.txt
分治算法/中国数学建模-编程交流-分治算法_2.txt
分治算法
分治算法/中国数学建模-编程交流-分治算法_1.txt
分治算法/中国数学建模-编程交流-分治算法_2.txt
分治算法
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.