搜索资源列表
二叉树的类实现
- 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The in
yyh
- 对二叉树的生存,二叉树遍历等,有前序的,中序的,后序的,层次的,求结点数的等.
BiTree
- 学习数据结构时编的一个用C语言实现二叉树遍历的小程序,供初学者参考。
实习五 二叉树的存储与遍历
- 二叉树的存储与遍历-binary tree traversal and storage
二叉树建立
- 输入并建立一颗二叉树,在以某种遍历顺序显示出来-importation and the establishment of a binary tree in order to traverse some displayed
binarytree
- 用汇编写的二叉树遍历程序包括前序,中序,后序遍历。-was compiled using the binary tree traversal procedures including the former sequence, sequence, after the preorder.
binatree
- 汇编实现二叉树遍历,数据结构的前中后序遍历-compilation achieve binary tree traversal, data structure before, during and after the preorder
二叉树的创建和遍历
- 二叉树的创建,三种遍历方法
二叉树的遍历及输出
- 输出二叉树的高度,叶子节点
btree
- 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
hfm
- 【数据结构】二叉树遍历及赫夫曼编码表完整版-[] Binary tree data structure traversal and Huffman coding table full version
erchashubianliywc
- 只要就是用来实现二叉树遍历的功能,用c++语言实现的,是比较精简的数据结构。-erchashu bianli gongneng
bitree_operation
- 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
tree
- 二叉树的生成和查找,平且中序遍历生成顺序的数组-Binary tree generation and search
2
- 汇编语言 二叉树遍历 先序遍历 中序遍历 后序遍历-Assembly language preorder traversal of binary tree traversal postorder traversal sequence
zhz1
- 数据结构 二叉树遍历及操作 源代码详细 具体 -Binary tree traverse and operation
ecsbl
- 数据库中的基本需要掌握的程序,二叉树遍历。十分简单,便于理解、学习。-Binary Tree Traversal
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
二叉链表
- 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
有序二叉树
- 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)