搜索资源列表
二叉树演示
- 一个小小的c 语言程序源码!演示二叉树的可视化程序编码!-a small c language program source code! Binary Tree demonstration of visual programming coding!
00010
- 树的生成,能够实现二叉树的生成,用c语言编写的.-tree generation, to achieve binary tree generation, with the c language.
遍历二叉树
- 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
erchashu
- 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历,输出结果。-In this paper, the use of C language realization of a simple binary tree, each node only maintains
a3
- 关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
binarytree
- 用C语言实现二叉树的先序中序后序以及层次遍历的算法-Binary tree using C language after the first sequence in the sequence order and hierarchy traversal algorithm
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.
copy-tree
- 用c语言进行简单的二叉树复制,但是实用性不大-C language simple binary tree replication
trees
- 用C语言简单有效实现数据结构中二叉树的遍历。-Traversal of a binary tree data structure C language
erchashu
- 二叉树的创建以及应用,以及基于c语言的算法实现-Binary tree creation and applications, and the algorithm based on the c language
Binary-programming--source-code
- c语言二叉树程序源代码 学习eda课程的人最好-_c Binary programming language source code
Two-fork-tree-basic-operation
- 二叉树基本操作都有,本程序用C语言编写,仅供参考。-Two fork tree basic operation
RedBlackTree
- 本文件为基于vs2010平台的使用C++语言的红黑树建立和操作。其中有二叉树的四种遍历方式,查找插入删除深度等基本操作。代码精心总结,有详细的注释,运行完全通过,结构清晰,对初学算法的人有很大帮助。-This document is a VS2010 platform using C++ language based on tree and operation. Which has four fork tree traversal method, to find the insertion an