logo
首页技术栈工具库讨论
huffman

huffman

A simple and pure Haskell implementation of the Huffman encoding algorithm. The huffman function provides the original O(n log n) algorithm implemented with a priority queue. If the input symbols are sorted by probability, the O(n) huffmanSorted function can be used instead.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install huffman
查看
标签
根据用户添加的标签生成
暂无标签