Adaptive Huffman coding: Difference between revisions

Content deleted Content added
Fix ambiguous text.
Line 11:
Numbers go down, and from right to left.
 
Weights must satisfy the '''sibling property''', thatwhich is whatthat nodes can be listed in order of nonincreasing weight with each node adjacent to its sibling. Thus if A is parent node of B and node C is child of B, then <math>W(A)> W(B) > W(C)</math>.
 
The weight is merely the count of symbols transmitted which codes are associated with children of that node.