Huffman coding: Difference between revisions

Content deleted Content added
No edit summary
n-ary Huffman algorithm, Huffman Template algorithm
Line 32:
n-ary Huffman algorithm uses the {0, 1, ..., n-1} alphabet to encode message. Built tree is n-ary one.
 
Huffman Template algorithm enables to use non-numerical weights (costs, frequences). For example, see http://alexvn.freeservers.com/s1/huffman_template_algorithm.html
Huffman template algorithm enables
to use non-numerical weights (costs, frequences).