Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 216 Bytes

File metadata and controls

7 lines (4 loc) · 216 Bytes

Huffman-coding

Huffman coding (tree) algorithm

组织霍夫曼树的算法 (最优二叉树) 带权路径长度最短的二叉树,树中所有的叶结点的权值乘上其到根结点的路径长度最小。