文件名称:BiTree
介绍说明--下载内容均来自于网络,请自行研究使用
1、用前序方法建立一棵二叉树。
2、编写前序遍历二叉树的程序。
3、编写中序遍历二叉树的程序。
4、编写后序遍历二叉树的程序。
5、编写统计二叉树叶子结点个数的程序
-A pre-order methods, the establishment of a binary tree. 2, the preparation of pre-order traversal binary tree program. 3, write the preorder traversal binary tree program. Binary tree, write the preorder traversal procedure. 5, the preparation of statistical binary tree leaf nodes point the number of procedures
2、编写前序遍历二叉树的程序。
3、编写中序遍历二叉树的程序。
4、编写后序遍历二叉树的程序。
5、编写统计二叉树叶子结点个数的程序
-A pre-order methods, the establishment of a binary tree. 2, the preparation of pre-order traversal binary tree program. 3, write the preorder traversal binary tree program. Binary tree, write the preorder traversal procedure. 5, the preparation of statistical binary tree leaf nodes point the number of procedures
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BiTree.c