huffman-encode
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
### huffman-encode
Hufffman encoding example using ruby
[![endorse](http://api.coderwall.com/mtchavez/endorsecount.png)](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.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。