Introduction - If you have any usage issues, please Google them yourself
Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: use the number code conversion grow shorter code, use fewer can use a longer encoding andmaintain encoded solvability. Huffman algorithm is the most fundamental principles are: cumulative (character statistics* character encoding length) is the smallest, is the right value (character statistics* character encoding length) and the minimum.