Processing math: 100%

5.Coding§

Huffman Coding Trees

1 / 16 Settings
<<<>>>

The following letters will be placed in a Huffman tree:

32
C
42
D
120
E
7
K
42
L
24
M
37
U
2
Z
Proficient Saving... Error Saving
Server Error
Resubmit

Assigning Codes

1 / 16 Settings
<<<>>>

Here is the Huffman coding tree that we are using.

Created with Raphaël 2.1.2
306
120
E
186
79
37
U
42
D
107
42
L
65
32
C
33
9
2
Z
7
K
24
M
Proficient Saving... Error Saving
Server Error
Resubmit

Using Codes

1 / 11 Settings
<<<>>>

Here is the Huffman coding tree that we are using.

Created with Raphaël 2.1.2
306
120
E
186
79
37
U
42
D
107
42
L
65
32
C
33
9
2
Z
7
K
24
M
0
1
0
0
1
1
0
1
0
1
0
0
1
1
Proficient Saving... Error Saving
Server Error
Resubmit

Decoding

1 / 17 Settings
<<<>>>

The word 'DEED' is represented by '10100101' and the word 'MUCK' is represented by '111111001110111101'.

Created with Raphaël 2.1.2
E
120
L
42
C
32
M
24
U
37
D
42
Z
2
K
7
0
1
0
0
1
1
0
1
0
1
1
0
0
1
Proficient Saving... Error Saving
Server Error
Resubmit