0
16kviews
Explain Huffman algorithm with an example
1 Answer
1
892views
  • Huffman algorithm or Huffman coding is an entropy encoding algorithm.
  • It is used widely for data compression (like Winzip Compression-Winzip doesn’t use it but!)
  • Huffman coding is used in JPEG compression.
  • The key idea behind Huffman coding is to encode the most common characters using shorter strings of bits than …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.