Introduction - If you have any usage issues, please Google them yourself
This design is the application of the binary tree, using the binary tree to calculate the value of the expression, the expression (9* 7+6/3, etc.) to the way binary tree into an array, the recursive expression of binary tree structure, and then output to pre-order traversal, traversal and postorder traversal results, and calculate the results of the expression.