0
3.4kviews
What is truncated Huffman Code?
1 Answer
| written 7.1 years ago by |
Huffman codes require an enormous number of computations. For N source symbols, N-2 source reductions (sorting operations) and N-2 code assignments must be made. Sometimes we sacrifice coding efficiency for reducing the number of computations.
Truncated Huffman coding is a variation of standard Huffman coding.
In truncated Huffman coding the …