For the following several questions, use the following coding tree; note that the space character is written as ' '
for clarity:
1001111011010111110011
bead
; for clarity, separate the codes for each distinct character with spaces.kakakakangarrooo
Write down the table of character frequencies.
Build a Huffman Coding Tree that minimizes the encoded length of the message.
Ties may arise when deciding which of two equal-priority trees to pull out of the forest. Break these ties using the following rules:
We also get to choose which tree goes to the left and right of its parent. Decide this as follows:
Give the message’s bitstring encoding; for clarity, separate the codes for each distinct character with spaces.