文件名称:Bitree
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
本程序的功能是:首先在二叉树的头文件中定义了二叉树的创建、插入、删除、三种遍历方式等,在主程序中则调用头文件来对创建的二叉树实现前序、中序、后续遍历,并打印最后遍历的结果。-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
二叉树