Huffman coding: Difference between revisions

Content deleted Content added
No edit summary
Fredrik (talk | contribs)
Line 13:
It has been proven that Huffman coding is the most effective compression method of this type.
That is, no other mapping of source symbols to strings of bits will produce a smaller output when the actual symbol frequencies agree with those used to create the code.
For a set of symbols whose cardinality is a [[power of two]] and a uniform probability distribution, Huffman coding is equivalent to simple binary block encoding.
 
== Basic technique ==