Skip to content

krelly/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Huffman encoding implementation in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages