搜索资源列表
BiTree
- 二叉树头文件 用以实现二叉树-Header files for the realization of binary tree binary tree
bitree
- 此代码描述的是对二叉树进行的操作!实验目的在于掌握二叉树的逻辑结构,存储结构已经对二叉树进行遍历操作!-This code is a binary tree described in the operation! Experiment aims to grasp the logic of binary tree structure, storage structure has been carried out on the binary tree traversal operation!
binarytreesort
- 数据结构排序部分的二叉树排序,可以实现排序功能,同时可以删除某个节点-bitree sort in the datastructure can sort the data ,delete the note in bitree
bitree
- 二叉树的前序遍历改变为中序遍历输出,C++库封装实现-Pre-order traversal of the tree to change the traversal of the output, C++ library package to achieve
BiTree
- 基础学习,是学习数据结构课程所要涉及的相关代码,可做参考-basic learning
bitree
- 二叉树遍历程序,非递归方法实现,请参考,数据结构使用-Binary tree traversal procedures, non-recursive method of implementation, please refer to the data structure uses
bitree
- 用遞歸的前序遍歷方法實現二叉樹的建立,並且用前序遍歷來輸出值,適合新學習編程人員熟悉操作用-Using recursive preorder traversal method to achieve the establishment of a binary tree, and used to output the value pre-order traversal for programmers familiar with the operation of the new study used
bitree
- 二叉树的建立与遍历,以及求二叉树的叶子节点数,节点数,树的深度等。并用主函数调用各个子函数,功能非常全。建立二叉树的原理是先把二叉树看成完全二叉树,然后对各节点编号,利用二叉树的性质建立二叉树。-Establishment of the binary tree traversal, and the demand nodes in binary tree leaves, nodes, depth of the tree. With the main function calls each sub
Bitree
- 采用OOP实现的 类的声明及其相关结构的定义:所有成员函数都通过测试了,大家只要通过CreateBinaryTree()函数用广义表字符串创建广义表后,就可以调用我写的任何一个成员函数了,可能还有其他更多的关于二叉树的算法,正在补充中,大家参考,共同学习共同交流。-)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recurs
Second-BiTree
- 这是一个关于二叉树构造的小程序,用于构造二叉树、编辑二叉树、利用二叉树进行计算。-This small program is a binary tree structure used to construct a binary tree, and edit binary tree, the binary tree is calculated.
bitree
- 二叉树的基本运算,包括了二叉树的各种遍历-The basic operations of binary tree, including a binary tree traversal. . .
BiTree
- 中科大顾卫兵老师的课堂作业,验证二叉树的一些基本函数-Some of the basic functions of the the USTC Gu Weibing teacher' s classroom jobs, verify Binary Tree
bitree
- 此程序可用于演示二叉树的前序、中序和后序遍历。-This program can be used to demonstrate the binary tree preorder, inorder, and postorder traversal.
BiTree
- 学数据结构自己总结的东西,希望对大家有所帮助。-Learn data structure sum things up, we want to help.
bitree
- 原创,二叉树的创建和遍历,包括递归和非递归,可以成功运行!-Original binary tree creation and traversal, including recursive and non-recursive, can successfully run!
bitree
- 二叉树的前序、中续和后续遍历,集合而成的一个程序-Preamble of the binary tree, in the renewal and subsequent traversal
BiTree
- 二叉树操作程序,实现了动态创建二叉树,中序遍历二叉树,节点删除等。-Binary tree procedures, the creation of dynamic binary tree traversal of binary tree node delete.
bitree
- 二叉树的创建、递归遍历及其它基本操作的实现。 -The creation of a binary tree, recursive traversal and other basic operation is achieved.
BiTree
- 创建二叉树和统计非叶子结点,虽然比较简单,但很多地方都有用-create a BiTree and count the non-leaves nums
bitree_functions
- 实现严蔚敏《数据结构》一书中,涉及到的二叉树所有算法,包括二叉树的一些基本功能,并利用这些基本功能进行查找,排序等,代码长度总计约1000行-accomplish all the alogrithm which has something to bitree in the textbook named<data structure> written by Weimin Yan,including searching ,re_sequence,and so on .What s mor