资源说明:
### huffman-encode Hufffman encoding example using ruby [](http://coderwall.com/mtchavez) ### Example Example script bin/huffman.rb encodes sample.html and shows breakdown of bytes before and after with percentage of encoding. ruby bin/huffman.rb # => original 22485 bytes, huffman encoded: 17122.625 bytes, ratio: 76.15% ### Specs Run ```rake``` for specs.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。