This program using Huffman Coding to compress and decompress files. Users can compress an inputted file with ./encode and decompress a file using ./decode. Users can also print statistics about the compression.
make all
make encode
make decode
./encode OPTIONS
./decode OPTIONS
-h Program usage and help.
-v Print compression statistics.
-i infile Input file.
-o outfile Output file.
make format
make clean