CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Optimal Binary Search tree

搜索资源列表

  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
    • 文件大小:370.82kb
    • 提供者:winnershu
  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
    • 文件大小:706byte
    • 提供者:eagle
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.53kb
    • 提供者:qinxiaoyu
  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
    • 文件大小:947byte
    • 提供者: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
    • 文件大小:2kb
    • 提供者:erevus
  1. bst

    0下载:
  2. 与次优二叉树相对,二叉排序树是一种动态树表。其特点是:树的结构通常不是一次生成的,而是在查找过程中,当树中不存在关键字等于给定值的节点时再进行插入。新插入的结点一定是一个新添加的叶子节点,并且是查找不成功时查找路径上访问的最后一个结点的左孩子或右孩子结点-Relative to the sub-optimal binary tree, binary sort tree is a dynamic tree table. Its characteristics are: the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2.25kb
    • 提供者:崔一垒
  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
    • 文件大小:1.44kb
    • 提供者:Farugh
  1. Bin3ary-tree

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

    • 发布日期:2017-11-26
    • 文件大小:7.69kb
    • 提供者: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
    • 文件大小:2.85kb
    • 提供者:Farugh
  1. Binary-tree

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

    • 发布日期:2017-12-09
    • 文件大小:1.11kb
    • 提供者: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
    • 文件大小:1.61kb
    • 提供者:Farugh
  1. BST

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

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

    0下载:
  2. 尝试用贪心算法和动态规划算法构造最优二叉搜索树,并做基本统计分析和比较。结论是贪心算法不能保证构造出最优,也没有好的效率;动态规划明显更好。-Use greedy algorithm and dynamic programming to build optimal binary search tree. And related statistics and comparison are provided in report.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:499.82kb
    • 提供者:李进
  1. Optimal-binary-search-tree-algorithm

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

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