当前位置:
首页 资源下载
搜索资源 - Optimal Binary Search tree
搜索资源列表
-
0下载:
该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
-
-
0下载:
Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
-
-
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下载:
Optimal binary search tr-Optimal binary search tree
-
-
0下载:
集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
-
-
0下载:
最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
-
-
0下载:
This code executes the operation to provide optimal binary search tree for given array of elements.
-
-
1下载:
使用动态规划算法实现的最优二叉查找树问题,算法基础中的基本算法。使用vc6.0进行编译-Dynamic programming algorithm using the optimal binary search tree problem, the algorithm based on the basic algorithm. Compiled using vc6.0
-
-
0下载:
随机生成n个关键字,求最优二叉查找树的平均cost,按不同的关键字插入顺序求对应红黑树的平均cost。-N randomly generated keywords, find the optimal binary search tree, the average cost, according to the order of different keywords into the red-black tree corresponding to the average seek cost.
-
-
0下载:
This file with name "Binary search tree.cpp" create optimal binary search tr-This file with name "Binary search tree.cpp" create optimal binary search tree
-
-
0下载:
This file with name "Binary search tree.cpp" create optimal binary search tree.
-
-
0下载:
This file create optimal binary search tr-This file create optimal binary search tree
-
-
0下载:
create optimal binary search tr-create optimal binary search tree
-
-
0下载:
This file with name Binary search tree create optimal binary search tr-This file with name Binary search tree create optimal binary search tree
-
-
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下载:
用动态规划解答最优二叉查找树问题,最优二叉搜索树-Using dynamic programming solution optimal binary search tree problem with Optimal binary search tree
-
-
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下载:
最优二叉搜索树算法,Optimal binary search tree algorithm-Optimal binary search tree algorithm
-