/text_compression

A console application to compress txt files using huffman encoding.

Primary LanguageC++

Text_compression

A console application to compress text files using huffman encoding.

Instructions

change current directory to source and execute huff file and follow instructions

./huff

OR

pass command line arguments

./huff -c file_path
./huff -d file_path

example:

./huff -d ../texts/text_compressed.bin