Search results for huffman-code

41 votes
4 answers
1
1 votes
1 answer
5
consider the following message BCCABBDDAECCBBAEDDCC find the no of bits requiered for huffman encoding of above message
5 votes
2 answers
9
Huffman tree is constructed for the following data :$\{A,B,C,D,E\}$ with frequency $\{0.17,0.11,0.24,0.33\ \text{and} \ 0.15 \}$ respectively. $100\ 00\ 01101$ is decoded...
0 votes
1 answer
10
Q.which of the following data structure cannot be used for efficient implementation of Huffman encoding? a. Binary min heapb. Binary max heapc. AVL tree (height balanced ...
1 votes
2 answers
13
3 votes
1 answer
14
In huffman coding how to know whether we should designate left child as 0 and right as 1 or vice versa..??
7 votes
2 answers
18
A language uses an alphabet of six letters, $\left\{a, b, c, d, e, f\right\}$. The relative frequency of use of each letter of the alphabet in the language is as given be...
0 votes
1 answer
19