搜索资源列表
-
0下载:
该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
-
-
0下载:
贪心算法实现的最优二叉查找树,c++代码实现,运行无误-Greedy algorithm of optimal binary search tree, c++ code to run correctly
-
-
0下载:
this optimal binary search tree!!
my masterpiece works-this is optimal binary search tree!!
my masterpiece works!!
-
-
0下载:
最优二分检索树的算法实现,有图形化界面MFC编程-Optimal binary search tree algorithm, a graphical interface MFC Programming
-
-
0下载:
vs2010实现的OBST算法,最优二叉搜索树
实现功能:
1、文件读取,手动输入,数据更新。
2、p/q表数据保留,便于手动添、删或修改
3、最优解的二叉树结构显示
文件读取示例文档在压缩包内-vs2010 achieve OBST algorithm, optimal binary search tree implementation functions: 1, file read, manually entered data updates. 2, p/q table
-
-
0下载:
最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。-Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming met
-
-
0下载:
在二分检索树中,为了把动态规划应用于得到一颗最优二分检索树的问题,需要把构造这样的一个数看成是一系列决策的结果,而且要能列出求取最优决策序列的递推式,可以帮助你了解最优成本二叉树的实现-In a binary search tree, dynamic programming is applied in order to get the best question a binary search tree, we need to construct a number such as a resul
-
-
0下载:
算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-Algorithm design of dynamic programming problem of the optimal binary search tree is written in vc++
-
-
0下载:
算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的(Algorithm design of dynamic programming problem of the optimal binary search tree is written in vc + +)
-