Question: a) Build the Huffman coding tree and determine the codes for the following set of letters and weights: QZ F M T SO E
a) Build the Huffman coding tree and determine the codes for the following set of letters and weights: QZ F M T SO E 2 3 10 11 12 16 20 26 b) What is the worst case number of bits required by the Huffman code for a string of n letters? c) What is the best case number of bits required by the Huffman code for a string of n letters? d) What is the average number of bits required by a character using the Huffman code for this alphabet?
Step by Step Solution
There are 3 Steps involved in it
To build the Huffman coding tree for the given set of letters and weights Create a list of nodes each representing a letter and its weight Q 2 Z 3 F 1... View full answer
Get step-by-step solutions from verified subject matter experts
