Introduction - If you have any usage issues, please Google them yourself
The structure of binary tree is established by constructing complete binary tree.
To realize the traversal of the binary tree in order, in order and after order and to find the depth operation;The stack is used for intermediate traversal and the number of the most plural elements in the stack is pointed out.