Introduction - If you have any usage issues, please Google them yourself
Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffman tree, the final storage huffman encoding and decoding process of the contrary.