Adaptive Huffman coding: Difference between revisions

Content deleted Content added
m Algorithm :-: improved spacing
BG19bot (talk | contribs)
m v1.38b - WP:WCW project (Unicode control characters)
Line 16:
 
* '''Invariant''' : For each weight w, all leaves of weight w precedes all internal nodes having weight w.
* '''Blocks'''  : Nodes of same weight and same type (i.e. either leaf node or internal node) form a Block.
* '''Leader'''  : Highest numbered node in a block.
 
Blocks are interlinked by increasing order of their weights.