中国数学建模-编程交流-分治算法_1(Chinese mathematical modeling - Programming exchange - divide and conquer algorithm _1).doc
文本预览下载声明
中国数学建模-编程交流-分治算法_1(Chinese mathematical modeling - Programming exchange - divide and conquer algorithm _1)
Chinese mathematical modeling programming exchange divide and conquer algorithm
Wh-ee re login, stealth user control panel, search style, forum status forum, exhibition area, community service, community leisure website, home exit
VC++, C, Perl, Asp... Programming learning, algorithms. My inbox (0)
Chinese mathematical modeling, academic area, programming, communication, divide and conquer algorithm
You are the 556th person reading this post AP
* topic: divide and conquer algorithm
B
Class: professional swordsman
Article: 470
Points: 956
Faction: the matrix
Registration: 2003-8-28
Flowers (0) eggs (0) Lou Zhu
Divide and conquer algorithm
Divide and Conquer
Divide and Conquer
Starfish (starfish.h@)
abstract
This paper introduces the basic idea and basic steps of the divide and conquer method, and discusses the way to design the algorithm using the divide and conquer strategy through an example.
Catalog
brief introduction
The basic idea of divide and conquer method
Applicable conditions of divide and conquer therapy
Basic steps of divide and conquer therapy
Complexity analysis of divide and conquer
Several deformations of divide and conquer therapy
Case study of divide and conquer therapy
Other information
Reference
Modern computer commonly used data structures and algorithms, edited by Pan Jingui et al. Nanjing University press, 1992
Algorithms and data structures, edited by Fu Qingxiang and Wang Xiaodong, publishing house of electronics industry, 1998
Dictionary, of, Algorithms, Data, Structures, and, Problems, Paul, E.
Black, /dads/,
Plot (100+t+15*cos (3.05*t), t=0..200, coords=polar, axes=none, scaling=constrained);
2004-5-28 16:01:42
B
Class: professional swordsman
Article: 470
Points: 956
Faction: the matrix
Registration: 2003-8-28
Second floor
brief introduction
For a problem of size n, if the problem can be easily solved (such as the size of a small n) i
显示全部