Introduction - If you have any usage issues, please Google them yourself
1, reference P66 build binary tree algorithm, the establishment of Figure 4-13 (a) shows the binary tree 2, to achieve the binary tree before, during and after the traversal and output through the sequence 3, to achieve the binary tree in order traversal non-recursive algorithm 4, to achieve the binary tree algorithm to exchange their children around.