Introduction - If you have any usage issues, please Google them yourself
1, the use of first order to traverse and level traversal of the results established binary tree
2 and realize the binary tree level traversal
3, statistical binary leaves the number of nodes (recursion).
4, will binary tree son exchange about tree (recursion)
5, judge binary tree is binary sort tree.
6, complete binary sort tree insert, and delete and balance operation.