文件名称:Bitree
介绍说明--下载内容均来自于网络,请自行研究使用
本程序的功能是:首先在二叉树的头文件中定义了二叉树的创建、插入、删除、三种遍历方式等,在主程序中则调用头文件来对创建的二叉树实现前序、中序、后续遍历,并打印最后遍历的结果。-The function of this program are: first define several operation of the binary treein the header file ,
including creating , inserting, deleting, and three traverse method, etc..In the main program it will call the header file to create a binary tree and implement the three traverse method, and print the results of the last traversal.
including creating , inserting, deleting, and three traverse method, etc..In the main program it will call the header file to create a binary tree and implement the three traverse method, and print the results of the last traversal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树\EnsurBitree.c
......\BiTree.h
二叉树
......\BiTree.h
二叉树