搜索资源列表
BinTree
- 用迭代子和容器实现从文件流读取数据来创建二叉树
tree
- 二叉树运用,简单背包问题,是本人初学数据结构的作业,-Bintree use, simple knapsack problem, is my data structure beginner operations,
Bintree
- 有关于二叉树的所有操作,包括哈夫曼树的程序,用C语言实现。-On the binary tree of all operations, including procedures Huffman tree, using C language.
bintree
- 一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作-a program about bintree structure
bintree
- 二叉树的两种排序功能,快速排序,二分法排序。有效排列二叉树-Function of two binary tree sort, quick sort, sort of dichotomy. Effective binary tree with
bintree
- 二叉树的文件,对于大家的学习很有帮助,大家在学习可以参考这些源代码-Binary files, helpful for everyone to learn, we can refer to them in learning the source code
bintree
- 对一个二叉树进行各种运算,包括获取节点的子树节点数,节点层数,节点子树的最大值等等。-Various operations on a binary tree, including access to the sub-tree nodes in the node, the node number of layers, so the maximum value of the node subtree.
bintree
- 实现二叉树的先序中序后序的递归与非递归查找-Binary tree in order to achieve the first order after the order of the recursive and non recursive search
bintree
- 二叉树的遍历,非递归方法,数据结构知识,实验报告!-Binary tree traversal non-recursive method, data structure knowledge, experimental reports!
BinTree
- 二叉树的实现与应用,语言:C/C++, 平台:WINDOWS-implementation of binary tree, language : c/c++, platform: windows
BinTree
- 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
bintree
- 二叉查找树的建立查找插入删除,有详细的源代码-Build a binary search tree to find insertion and deletion, a detailed source code
bintree
- 实现二叉树的前序创建实现二叉树的计算节点个数等功能-creat er cha shu
BinTree
- 简单的二叉树遍历,先按先序输进二叉树元素。就可以得到递归先序,中序,后序遍历输出二叉树中的元素-Simple binary tree traversal, press first order input binary elements. You can get a recursive preorder, inorder, preorder output binary tree after the elements
BinarySearchTree
- 二叉查找树,C++语言编写的二叉查找树,挺好的东西-Binary search trees, written in c++ language bintree, quite good
bintree-MFC
- 输入二叉树节点数,动态演示二叉树的中序遍历生成,MFC编写,有界面截图-Enter the two fork tree nodes, in order traversal generation, dynamic demonstration of two tree MFC prepared, there are screenshots
BinTree
- 一个数据结构的程序,用二叉树实现的域名查找,可以进行添加、删除等功能-Program a data structure, with the binary tree of domain name lookup, you can add, delete, etc.
binTree
- 二叉树的小例子,通过几种实现方式,列举了二叉树的原理和规则-Example for binary tree
bintree
- 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)