Description: 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
To Search:
- [btree] - Operating a tree structure on the plane
File list (Check if you may need any files):
HmyHuffman.h
Htree.h
tree.cpp
tree.exe