robinyqc / Huffman-Zip

Implementation to zip files using Huffman code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation to zip files using Huffman code.

Way to use it:

./encode source_file_name [dictionary_name] [target_file_name]
./decode source_zipped_file_name dictionary_name [target_file_name]

About

Implementation to zip files using Huffman code.

License:MIT License


Languages

Language:C++ 100.0%