Description: 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.
To Search:
File list (Check if you may need any files):
二叉树\EnsurBitree.c
......\BiTree.h
二叉树