Computer Science, asked by matlaninishi3235, 11 months ago

Advantages of huffman coding

Answers

Answered by JAYADADI
0

Answer:

please mark me as brain list

The Huffman encoding scheme takes advantage of the disparity between frequencies and uses less storage for the frequently occurring characters at the expense of having to use more storage for each of the more rare characters.Huffman coding assigns codes to characters such that the length of the code depends on the relative frequency or weight of the corresponding character. Huffman codes are of variable-length, and prefix-free

Similar questions