Introduction - If you have any usage issues, please Google them yourself
Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each node including: the right valueleft child and right child, parents