Huffman coding: Difference between revisions

Content deleted Content added
m +ja
Noldoaran (talk | contribs)
disamb string
Line 7:
The basic idea is borrowed from an older and slightly less efficient method called [[Shannon-Fano coding]].
 
The text to be compressed is considered as a [[Literal string|string]] of symbols.
Symbols that are likely to be frequent are represented by a short sequence of [[bit]]s, and symbols that are likely to be rare are represented by a longer sequences of bits.