/Huffman-Zip

Implementation to zip files using Huffman code.

Primary LanguageC++MIT LicenseMIT

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]