data structure
Build the Huffman coding tree and determine the codes for the following set of letters and weights: A BC DEF G H IJ 2357 11 13 17 19 23 31 Encode FIJI and assume a transmission error modified the third bit. Can you decode it anymore? Explain your answer.