Introduction - If you have any usage issues, please Google them yourself
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.