Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 16
Easy

Complete the code table below for characters O, N, and G using the Huffman tree shown in Figure 1. The binary code for character S has been filled in as an example.

Figure 1: Huffman tree for characters S, O, N, and G

CharacterBinary code
S1
O
N
G
[3]

Data compression Questions

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