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

搜索资源列表

  1. 本代码演示了平衡排序二叉树的实现,并用到了智能指针

    0下载:
  2. 本代码演示了平衡排序二叉树的实现,并用到了智能指针等技术-demonstration of the code balanced binary tree in order to achieve, and used an intelligent guide technology
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13362
    • 提供者:李名
  1. 平衡二叉树c++

    1下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:王立伟
  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. 二叉平衡树的代码,数据结构课程设计用的。-Balanced binary tree code, data structures, curriculum design purposes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小: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-14
    • 文件大小: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. 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. AVL-tree

    0下载:
  2. AVL树的左旋、右旋和左右选,便于将一棵树转化成平衡二叉树-AVL tree of L, D and about the election, facilitate a balanced binary tree is converted to
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1275
    • 提供者:林仲懿
  1. AVL-tree

    0下载:
  2. 1、以文本的形式输入平衡二叉树的数据,第一行为结点的个数,第二行为结点的值。并构造平衡二叉树 2、以文本的形式输出平衡二叉树的先序遍历,同一行中的两个数字之间用空白字符相隔。-1, in the form of text input balanced binary tree data, the number of the first acts of nodes, the value of the second node behavior. And constructs a balanced
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:李宇鹏
  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-30
    • 文件大小:83968
    • 提供者:大爱樱酱
« 12 3 4 5 6 »
搜珍网 www.dssz.com