In the Huffman coding based on the decoding, you can restore the compressed data.
在哈夫曼编码的基础上进行解码,就可以还原压缩的数据。
2
Secondly every Huffman tree must have following structure code, data, weight, parent, l-child and r-child but only code and data are needed in decoding .