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

搜索资源列表

  1. avl_Tree

    0下载:
  2. 一个用C++实现的平衡二叉树算法,实现了高度、平衡度、父子节点等-A use of C++ to achieve a balanced binary tree algorithm, to achieve a high degree of balance, such as father and son nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:578084
    • 提供者:liao
  1. tree

    0下载:
  2. 平衡二叉树:插入结点 在平衡二叉排序树BBST上插入一个新数据元素e 删除结点 删除结点过程与插入结点的操作类似,基本过程是:平衡二叉树,找到要删除的结点,删除一个结点,变成二叉树,旋转,变回平衡二叉树。 查找 把给定值与根结点作比较,若给定值大于根结点则查找其右子树,小于则查找其左子树,如此类推。 -Insertion node in the balanced binary sort tree BBST insert a new data element e remov
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:43454
    • 提供者:youyu
  1. tree

    0下载:
  2. 二叉平衡树的代码,数据结构课程设计用的。-Balanced binary tree code, data structures, curriculum design purposes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:22837
    • 提供者:jaron
  1. tree

    0下载:
  2. 二叉平衡树的建立及操作 很全,欢迎指正批评-Balanced binary tree establishment and operation of a very wide
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3751
    • 提供者:lucas
  1. TREE

    0下载:
  2. 树型结构是以分支关系定义的层次结构,它是一种重要的非线性结构。树型结构在客观世界中广泛存在。而平衡二叉树因其特性,它在查找时拥有比普通二叉树更高的效率,所以它拥有很广泛的应用。 关键词:二叉树,平衡二叉树,查找 -Tree branch relations are defined hierarchy, it is an important non-linear structure. Tree is widespread in the objective world. The balanc
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:345220
    • 提供者:M.T
  1. binary_tree

    0下载:
  2. 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree structure, traversal, threaded binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:579633
    • 提供者:黄蔼婧
  1. Balanced-binary-tree

    0下载:
  2. 手动输入数据,加入到二叉树中,并生成平衡二叉树,对学习C++及数据结构有较大帮助-Manually input data into the binary tree, and generate a balanced binary tree, to learn C++ and data structures have more help
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:958188
    • 提供者:cwb
  1. average-tree

    0下载:
  2. 自己写的平衡二叉树算法,用的c++ 写的,比较简单,希望对大家有用-Write their own balanced binary tree algorithm, used to write c++, relatively simple, we hope to be useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6004
    • 提供者:李莉
  1. Balanced-binary-tree

    0下载:
  2. 基于C的平衡二叉树的建立及其测试,是学习平衡二叉树时不错的案例-build and test the balanced binary tree,is a good time to learn the case of balanced binary tree,based on c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8761
    • 提供者:黄新友
  1. tree

    0下载:
  2. 本程序有vc++6.0实现,主要实现了二叉树的功能,包括二叉排序树,平衡二叉树,二叉树的插入,排序等功能。-This procedure has vc++6.0 to achieve, the main function of a binary tree, including binary sort tree, balanced binary tree, binary tree insertion, sorting and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1263
    • 提供者:qianchao
  1. balanced-bianary-tree--traversal

    0下载:
  2. 平衡二叉树的遍历,左旋,右旋,左平衡,右平衡-Balanced binary tree traversal, L, D, left a balance, the right balance
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1575
    • 提供者:花格子
  1. Balanced-binary-tree

    0下载:
  2. 主要包括二叉树的建立和删除以及二叉树的一些基本操作:增加节点、删除节点和查找节点。-Balanced binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:720651
    • 提供者:wazr
  1. Balance-two-forks-tree

    0下载:
  2. 将二叉排序树转变为平衡二叉树,其操作有:创建二叉树、插入数据、 删除数据、输出、销毁二叉树和退出 -Binary sort tree into a balanced binary tree, its operations are: create a binary tree, insert data, delete data, output, the destruction of the binary tree and exit
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:24363
    • 提供者:wanshaui
  1. Balanced-binary-tree-operation-two

    0下载:
  2. 该程序主要是针对平衡二叉树的操作而设计的,程序执行的命令包括: (1)构造平衡二叉树;(2)输入数据; (3)对平衡二叉树的查找、插入、删除操作;(4)结束 -The program is mainly aimed balanced binary tree operation and design, program execution commands include: (a) construct a balanced binary tree (2) the input data
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:2468
    • 提供者:张妍
  1. Binary-Tree

    0下载:
  2. C++,数据结构,判断二叉树是否为二叉排序树和平衡二叉树C++版本-C++, data structures, to determine whether the judge binary binary sort tree and balanced binary C++ version
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:995
    • 提供者:周双
  1. Highly-balanced-binary-tree

    0下载:
  2. 平衡二叉树它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。-The absolute value of difference in height which is balanced binary tree or a tree left empty subtrees not more than 1, and the left and right sub-trees are balanced binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:558349
    • 提供者:
  1. Balanced-Binary-Tree

    0下载:
  2. 基本实现平衡二叉树的创建,插入和删除操作。使用C++代码实现-Basic balanced binary tree to create and delete operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4296781
    • 提供者:凌升杭
  1. Balanced-binary-tree

    0下载:
  2. 使用c语言编写程序实现了平衡二叉树的创建功能-Use c language to create a balanced binary tree functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:shirley
  1. Balanced Binary Tree

    0下载:
  2. 平衡二叉树源代码 二叉树的格式化输出 可执行文件(Balanced two fork tree source code Two tree formatted output)
  3. 所属分类:数据结构

  1. Binary tree

    0下载:
  2. 利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(Using the balanced binary tree, the input number is arranged into a left small right large two fork tree, with the enclosing code and file descr iption)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:83968
    • 提供者:大爱樱酱
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com