Introduction - If you have any usage issues, please Google them yourself
This program can use three ways to establish a binary tree, and to achieve that function. 1, by entering the tree to establish a sequence of nested parentheses binary tree 2, according to preorder traversal sequences and the establishment of a binary tree in order traversal sequences 3, the establishment of Huffman tree