Introduction - If you have any usage issues, please Google them yourself
Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffman tree, and outputs the corresponding content has been built as a check (2) with a Huffman tree implementation prefix code, and outputs the encoded string each character (3) a set of binary input packet decoding and output translation.