CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Optimal Binary Search tree

搜索资源列表

  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8842
    • 提供者:杨锐
  1. optimalBinarySeachTree

    0下载:
  2. Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:538952
    • 提供者:zhoushusen
  1. greedy_OBST

    0下载:
  2. 贪心算法实现的最优二叉查找树,c++代码实现,运行无误-Greedy algorithm of optimal binary search tree, c++ code to run correctly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:908521
    • 提供者:Rhonda
  1. optimal_BST

    0下载:
  2. this optimal binary search tree!! my masterpiece works-this is optimal binary search tree!! my masterpiece works!!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:242683
    • 提供者:cegarO
  1. BinSrchTree

    0下载:
  2. 最优二分检索树的算法实现,有图形化界面MFC编程-Optimal binary search tree algorithm, a graphical interface MFC Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:89243
    • 提供者:于真安
  1. OBST

    0下载:
  2. Optimal binary search tr-Optimal binary search tree
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:609
    • 提供者:abocs1984
  1. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:379723
    • 提供者:winnershu
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11834
    • 提供者:m
  1. BinarySearchTree

    0下载:
  2. This code executes the operation to provide optimal binary search tree for given array of elements.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:706
    • 提供者:eagle
  1. dyObst

    1下载:
  2. 使用动态规划算法实现的最优二叉查找树问题,算法基础中的基本算法。使用vc6.0进行编译-Dynamic programming algorithm using the optimal binary search tree problem, the algorithm based on the basic algorithm. Compiled using vc6.0
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:947
    • 提供者:Rhonda
  1. algorithm2

    0下载:
  2. 随机生成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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2050
    • 提供者:erevus
  1. Create-a-Binary-Tree-dynamic

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1474
    • 提供者:Farugh
  1. Bin3ary-tree

    0下载:
  2. This file with name "Binary search tree.cpp" create optimal binary search tree.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:7873
    • 提供者:Farugh
  1. Binary-tree1

    0下载:
  2. This file create optimal binary search tr-This file create optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:2921
    • 提供者:Farugh
  1. Binary-tree

    0下载:
  2. create optimal binary search tr-create optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:1139
    • 提供者:Farugh
  1. Copy-of-searchco

    0下载:
  2. This file with name Binary search tree create optimal binary search tr-This file with name Binary search tree create optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1650
    • 提供者:Farugh
  1. OptimalBinarySearchTree

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:108569
    • 提供者:zty
  1. BST

    0下载:
  2. 用动态规划解答最优二叉查找树问题,最优二叉搜索树-Using dynamic programming solution optimal binary search tree problem with Optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1399
    • 提供者:Mary
  1. zuiyouerfenjiansuozhu

    0下载:
  2. 最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。-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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10146
    • 提供者:王小丽
  1. Optimal-binary-search-tree-algorithm

    0下载:
  2. 最优二叉搜索树算法,Optimal binary search tree algorithm-Optimal binary search tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:范哲
« 12 »
搜珍网 www.dssz.com