Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 21
Easy

Complete the code table below for characters M, K, and B for the Huffman tree shown in Figure 1. The code for character H has already been completed.

CharacterBinary code
H00
M
K
B

Figure 1: A binary Huffman tree

[3]

Data compression Questions

  1. GCSE
  2. /Computer Science
  3. /Data compression