huffman coding algorithm flow chart by Bangjie Mo
2016-01-07 23:28:53 1 举报
The algorithm flow char for Huffman coder
作者其他创作
大纲/内容
Reduce the probabilities array
Find the index to insert p in the probabilities array
size(of the probabilities array)1?
Created by Bangjie Mo
Sort the probabilities array in desscending order
Put the code-tree into the code-tree-map
End
Start
Adjust the code-tree-map and put the new code-tree into it
New a code-tree
Initialize the code-tree-map
Return the code-tree
Insert p into the probabilities array
0 条评论
下一页