搜索资源列表
erchashu
- 有有前序中序后序,前两种排法为递归算法。
erchashu
- 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历,输出结果。-In this paper, the use of C language realization of a simple binary tree, each node only maintains
erchashu
- 二叉树的遍历,简单的二叉树按先序,中序后序遍历-Binary tree traversal, a simple binary tree according to the first sequence, in order postorder traversal
erchashu
- 二叉树的简历模板,C++模板,后序遍历的模板类-Binary resume templates, C++ templates, template class, after traversing
erchashu
- 利用c#语言实现了二叉树的构造,并且同时实现了对二叉树的各种操作,例如二叉树排序,查找最大值或最小值。-C# computer language, using the binary tree structure, and simultaneous operation of all kinds of binary tree, such as binary tree sort, find the maximum or minimum value.
erchashu
- 使用c#完成数据结构里的二叉树,并使用中序遍历进行查找,适合初学者学习二叉树的使用-Use c# to complete the binary tree data structure, and to find the preorder, suitable for beginners to learn the use of a binary tree
erchashu
- 二叉树的创建以及应用,以及基于c语言的算法实现-Binary tree creation and applications, and the algorithm based on the c language
erchashu
- 二叉树基本操作 先序,中序,后序遍历-Binary basic operation
erchashu
- 数据结构,c++,二叉树,北京邮电大学,第二次实验作业-Data structure, c++, binary, Beijing University of Posts and Telecommunications, the second experiment jobs
erchashu
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。 -Binary tree node is set in capital letters, enter the pre-order traversal of a binary tree traversal sequence and generates this binary tree
erchashu
- 自己用c写的一段代码,详细解释了二叉树的信息。-Own use c to write a piece of code, a detailed explanation of the binary information.
