Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 377 Bytes

Readme.md

File metadata and controls

11 lines (9 loc) · 377 Bytes

Huffman encoding implementation in ruby

What is currently implemented:

  • Compression
  • Decompression
  • Encoding tree into binary string, so it can be distributed with compressed data
  • Reconstructing huffman tree from compressed data
  • Statistics on compressed data sizes and savings:
  • Graphical representation of generated tree(using GraphViz): Screenshot