搜索资源列表
00010
- 树的生成,能够实现二叉树的生成,用c语言编写的.-tree generation, to achieve binary tree generation, with the c language.
erchashu
- 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历,输出结果。-In this paper, the use of C language realization of a simple binary tree, each node only maintains
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.
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