Introduction - If you have any usage issues, please Google them yourself
Huffman coding Huffman coding to achieve the first Huffman tree structure. Huffman tree for each node there are symbols of the source node, the probability of parent node, left child node and right child nodes. The probability for each node the left child node and right child nodes of the node and the probability. Select the smallest probability of each of the two nodes as child nodes around until all the data are integrated into the Huffman tree. Raw data are in each leaf node.