InterviewSolution
Saved Bookmarks
| 1. |
A networking company uses a compression technique to encode the message before transmitting over the network. Suppose the message contains the following characters with their frequency:character Frequencya 5b 9c 12d 13e 16f 45Note : Each character in input message takes 1 byte.If the compression technique used is Huffman Coding, how many bits will be saved in the message?(A) 224(B) 800(C) 576(D) 324 |
| Answer» None | |