Introduction - If you have any usage issues, please Google them yourself
Binary tree creation and traversal experiment
Data elements the type ElemType take a float.
Input from the keyboard in accordance with the pre-order traversal order is in turn the various elements of the binary tree, to create this binary tree.
Non-recursive method to output the binary tree in preorder traversal sequence.
Find the number of nodes in the binary tree greater than x.