chess:programming:huffman
This is an old revision of the document!
Chess - Programming - Huffman
We are used to using characters that each have the same number of bits, e.g., the 7-bit ASCII code.
- However, some of these characters tend to occur more frequently in English (or in any languages with alphabets) than others.
- If we used a variable number of bits for a code such that frequent characters use fewer bits and infrequent character use more bits, we can decrease the space needed to store the same information.
chess/programming/huffman.1635511604.txt.gz · Last modified: 2021/10/29 12:46 by peter