文件名称:1
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- zhouh*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
二叉树的操作
基本要求:
1、用二叉链表作为存储结构,建立一棵二叉树。
2、分别按先序、中序和后序遍历二叉树,输出各遍历序列。
3、编写交换二叉树中所有结点左右孩子的非递归算法。-The basic requirements for the operation of binary tree: 1, used as a binary linked list storage structure, the establishment of a binary tree. 2, respectively, according to first order, in sequence and post-order tree traversal, the output of the traversal sequence. 3, prepared by the exchange of binary tree all nodes about their children s non-recursive algorithm.
基本要求:
1、用二叉链表作为存储结构,建立一棵二叉树。
2、分别按先序、中序和后序遍历二叉树,输出各遍历序列。
3、编写交换二叉树中所有结点左右孩子的非递归算法。-The basic requirements for the operation of binary tree: 1, used as a binary linked list storage structure, the establishment of a binary tree. 2, respectively, according to first order, in sequence and post-order tree traversal, the output of the traversal sequence. 3, prepared by the exchange of binary tree all nodes about their children s non-recursive algorithm.
相关搜索: 遍历二叉树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
按先序中序后序遍历二叉树.txt