Introduction - If you have any usage issues, please Google them yourself
(1) input data the keyboard, build binary list.
(2) former preorder, after preorder binary tree: recursive algorithm.
(3) the former preorder, after preorder binary tree: a non-recursive algorithm.
(4) With the queue binary tree hierarchy traversal.
Design a simple menu in the main function, namely debug the algorithm described above.