SLIDE 1
- 1 -
Huffman Codes
Idea:
- The straightforward coding an alphabet A of ASize characters into binary is
to associate each character a string of log2(ASize) bits.
- For example, the standard ASCII character set associates with each of the
128 characters (ASize=128) a string of 7 bits.
- However, any method for encoding characters as variable length bit strings