Sunday, August 14, 2011

How to build a Huffman tree out of a frequency map?

I need an algorithm that explains how to build a Huffman Tree out of a provided frequency map (for huffman coding). An example in Python or other language would be most helpful.

No comments:

Post a Comment