0
4.9kviews
What is Huffman coding? Construct a Huffman Tree and determine the code for the following characters and frequencies given.
written 8.5 years ago by | modified 2.5 years ago by |
Character | A | B | C | D | E |
---|---|---|---|---|---|
Frequency | 20 | 10 | 10 | 30 | 30 |
ADD COMMENT
EDIT
1 Answer