Description: /* Test (sort of binary tree)
(1) to establish a sort binary tree (randomly generated 1000 the number of 0 to 999)
, Anti-inorder traversal 2.
Statistics leaf number, number of nodes, depth
Find, insert, delete
Find the maximum and minimum values
Seek to find the number n1, and the binary search (n1> n2, the binary tree is not balanced)
The efficiency of sorting algorithms and in-order traversal
* 8. The results of the above steps to write to a file (result.txt)
To Search:
File list (Check if you may need any files):
zonghe.cpp