Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

File metadata and controls

5 lines (4 loc) · 269 Bytes

Huffman-Compression

A string compressor which uses the Huffman's compression to technique to decode string into Binary values to reduce it's size and then Decode as well

To run: Clone this repository into your local computer then execute in any IDE of your choice.