Adaptive Huffman coding: Difference between revisions

Content deleted Content added
m External links: fix link
Drpaule (talk | contribs)
add a References section with Vitter's original paper and an implementation
Line 61:
 
Future code for '''"b"''' is 1, and for '''"a"''' is now 01, which reflects their frequency.
 
== References ==
* Vitter's original paper: J. S. Vitter, "Design and Analysis of Dynamic Huffman Codes," Journal of the ACM, 34(4), October 1987, pp 825-845.
* J. S. Vitter, "ALGORITHM 673 Dynamic Huffman Coding," ACM Transactions on Mathematical
Software, 15(2), June 1989, pp 158-167. Also appears in Collected Algorithms of ACM.
 
 
== External links ==