Description: Use Huffman coding tree thinking, construct a complete Huffman coding system.
Requirements are as follows:
① reading character set size n, and n and n characters from the keyboard weights, Huffman tree, and the tree Huffman encoded output.
② the character set used to create an arbitrary plaintext, the plaintext is encoded output sequence of the plaintext message.
③ collection created by the encoding above, enter any text sequence, the output of the plaintext message.
To Search:
File list (Check if you may need any files):
0203.cpp