Introduction - If you have any usage issues, please Google them yourself
The data structure of a Huffman tree program, create a text file, the statistical character frequency in the file, and Huffman coding of each character, the translation of documents into a Huffman encoded file, and then Huffman coding translation of documents into the original file. Compressed file, read file, the number of characters in the statistics file, the file of the Huffman encoding and decoding, encoding and decoding after the character stored in the file.