搜索资源列表
OBST
- 我用C++编写的二分最优查找!希望大家能用的着!-prepared by the two sub-optimal search! The hope everyone can be with! Thank you! !
OBST
- 我用C++编写的二分最优查找!希望大家能用的着!-prepared by the two sub-optimal search! The hope everyone can be with! Thank you! !
obst
- ooptimal binary search tree algorithm using dynamic approach
OBST
- Optimal binary search tr-Optimal binary search tree
OBST
- 计算机算法基础书本中的OBST算法VC++代码实现-Computer algorithm-based books in the OBST algorithm VC++ code
obst
- 最小生成树 OBST算法实现 C语言实现-Minimum spanning tree the OBST algorithm to achieve C language
OptimalBinarySearchTree
- vs2010实现的OBST算法,最优二叉搜索树 实现功能: 1、文件读取,手动输入,数据更新。 2、p/q表数据保留,便于手动添、删或修改 3、最优解的二叉树结构显示 文件读取示例文档在压缩包内-vs2010 achieve OBST algorithm, optimal binary search tree implementation functions: 1, file read, manually enter
OBST
- 尝试用贪心算法和动态规划算法构造最优二叉搜索树,并做基本统计分析和比较。结论是贪心算法不能保证构造出最优,也没有好的效率;动态规划明显更好。-Use greedy algorithm and dynamic programming to build optimal binary search tree. And related statistics and comparison are provided in report.