0
4.6kviews
What is Huffman coding? Construct a Huffman Tree and determine the code for the following characters and frequencies given.
Character A B C D E
Frequency 20 10 10 30 30
1 Answer
0
110views
  • Huffman code is an optimal prefix code for lossless data compression.
  • Huffman coding is based on the frequency of occurrence of a data item.
  • The principle is to use a lower number of bits to encode the data that occurs more frequently.
  • Codes are stored in a Code Book which …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.