What are the real-world applications of huffman coding?
- by jcyang
I am told that Huffman coding is used as loseless data compression algorithm but also am told that real data compress software do not employ huffman coding,cause if the keys are not distributed decentralized enough,the compressed file could be even larger than the orignal file.
This leave me wondering are there any real-world application of huffman coding?
thanks.