搜索资源列表
-
0下载:
本代码演示了平衡排序二叉树的实现,并用到了智能指针等技术-demonstration of the code balanced binary tree in order to achieve, and used an intelligent guide technology
-
-
1下载:
平衡二叉树生成 输入任意个节点 如 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
-
-
0下载:
一个用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
-
-
0下载:
二叉平衡树的代码,数据结构课程设计用的。-Balanced binary tree code, data structures, curriculum design purposes.
-
-
0下载:
二叉平衡树的建立及操作
很全,欢迎指正批评-Balanced binary tree establishment and operation of a very wide
-
-
0下载:
树型结构是以分支关系定义的层次结构,它是一种重要的非线性结构。树型结构在客观世界中广泛存在。而平衡二叉树因其特性,它在查找时拥有比普通二叉树更高的效率,所以它拥有很广泛的应用。
关键词:二叉树,平衡二叉树,查找
-Tree branch relations are defined hierarchy, it is an important non-linear structure. Tree is widespread in the objective world. The balanc
-
-
0下载:
根据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
-
-
0下载:
手动输入数据,加入到二叉树中,并生成平衡二叉树,对学习C++及数据结构有较大帮助-Manually input data into the binary tree, and generate a balanced binary tree, to learn C++ and data structures have more help
-
-
0下载:
自己写的平衡二叉树算法,用的c++
写的,比较简单,希望对大家有用-Write their own balanced binary tree algorithm, used to write c++, relatively simple, we hope to be useful
-
-
0下载:
基于C的平衡二叉树的建立及其测试,是学习平衡二叉树时不错的案例-build and test the balanced binary tree,is a good time to learn the case of balanced binary tree,based on c
-
-
0下载:
本程序有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.
-
-
0下载:
平衡二叉树的遍历,左旋,右旋,左平衡,右平衡-Balanced binary tree traversal, L, D, left a balance, the right balance
-
-
0下载:
主要包括二叉树的建立和删除以及二叉树的一些基本操作:增加节点、删除节点和查找节点。-Balanced binary tree
-
-
0下载:
将二叉排序树转变为平衡二叉树,其操作有:创建二叉树、插入数据、
删除数据、输出、销毁二叉树和退出
-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
-
-
0下载:
C++,数据结构,判断二叉树是否为二叉排序树和平衡二叉树C++版本-C++, data structures, to determine whether the judge binary binary sort tree and balanced binary C++ version
-
-
0下载:
平衡二叉树它是一 棵空树或它的左右两个子树的高度差的绝对值不超过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.
-
-
0下载:
AVL树的左旋、右旋和左右选,便于将一棵树转化成平衡二叉树-AVL tree of L, D and about the election, facilitate a balanced binary tree is converted to
-
-
0下载:
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
-
-
0下载:
平衡二叉树源代码
二叉树的格式化输出
可执行文件(Balanced two fork tree source code
Two tree formatted output)
-
-
0下载:
利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(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)
-