论文部分内容阅读
赫夫曼编码(Huffman Coding)是一种编码方式,以赫夫曼树--即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
Huffman Coding is a coding method. Huffman Coding is a binary tree with Huffman tree, which is the best binary tree and has the shortest path length. It is often applied to data compression.