文件名称:binary-tree
介绍说明--下载内容均来自于网络,请自行研究使用
1、参考P66建立二叉树的算法,建立图4-13(a)所示二叉树;
2、实现对该二叉树的先、中、后序遍历并输出遍历序列;
3、实现该二叉树的中序遍历非递归算法;
4、实现对该二叉树交换其左右子女的算法。
-1, reference P66 build binary tree algorithm, the establishment of Figure 4-13 (a) shows the binary tree 2, to achieve the binary tree before, during and after the traversal and output through the sequence 3, to achieve the binary tree in order traversal non-recursive algorithm 4, to achieve the binary tree algorithm to exchange their children around.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树操作.c