0
3.4kviews
What is truncated Huffman Code?
1 Answer
0
210views

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.