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