Introduction - If you have any usage issues, please Google them yourself
Requires a list as a binary storage structure, the establishment of complete binary tree, the first order, the order and post order traversal of the operation, find all the leaf nodes and the total number of operation. Specific implementation requirements: the use of pre-order traversal, respectively, in-order traversal, built post-order traversal binary tree.