0
3.3kviews
Explain how Huffman code removes coding redundancies.
1 Answer
| written 9.5 years ago by |
In binary Huffman code, the code for each symbol will be a combination of ones and zeros. The Huffman code can be represented as a binary tree in which the leaves corresponds to the symbols. The Huffman code for any symbol can be obtained by transversing the tree from root …