A program that can compress and decompress text files using Huffman encoding.
- A file name.
- Whether to compress or decompress the file.
- The compressed/decompressed file.
- The code used to code the bytes of the source file.
- The compression ratio.
- The execution time.